META-INF.resources.frontend.styles.components.account-switcher.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluent-vaadin-flow Show documentation
Show all versions of fluent-vaadin-flow Show documentation
Broderick Labs for fluent vaadin flow. Inherits common Vaadin components.
/*
* Copyright (c) 2008 - 2020. - Broderick Labs.
* Author: Broderick Johansson
* E-mail: [email protected]
* Modify date:2020-07-02 09:33:44
* _____________________________
* Project name: fluent-vaadin-flow
* Class name:D:/broderick/develop/vaadin/16/fluent-vaadin-flow/frontend/styles/components/account-switcher.css
* Copyright (c) 2008 - 2020. - Broderick Labs.
*/
.account-switcher__avatar {
border-radius: 100%;
display: flex;
height: var(--lumo-size-l);
margin-bottom: var(--lumo-space-l);
margin-left: var(--lumo-space-m);
margin-top: var(--lumo-space-m);
width: var(--lumo-size-l);
}
.account-switcher__title {
margin: 0;
padding-bottom: var(--lumo-space-m);
padding-top: var(--lumo-space-m);
}
.account-switcher__email {
align-items: center;
box-shadow: inset 0 -1px var(--lumo-contrast-10pct);
display: flex;
font-size: var(--lumo-font-size-s);
justify-content: space-between;
padding-bottom: var(--lumo-space-m);
padding-left: var(--lumo-space-m);
padding-right: var(--lumo-space-s);
}
.account-switcher__email vaadin-button {
margin-bottom: 0;
margin-top: 0;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy