@geogirafe/lib-geoportal
Version:
GeoGirafe is a flexible application to build online geoportals.
32 lines (28 loc) • 548 B
CSS
/* SPDX-License-Identifier: Apache-2.0 */
.container {
display: flex;
flex-direction: row;
border-right: var(--app-standard-border);
align-items: center;
}
.name {
display: flex;
flex-direction: column;
text-align: left;
}
.avatar-initials {
display: flex;
align-items: center;
justify-content: center;
width: 2rem;
height: 2rem;
border-radius: 50%;
background-color: var(--app-color-grey);
color: black;
font-weight: bold;
}
.gg-icon-button.logged-in {
flex-direction: row;
gap: 0.5rem;
padding: 0.5rem;
}