Files
bflows-bandi-fe/src/assets/scss/components/topBar.scss
Vitalii Kiiko 76b5dd2ece - added page managebandi;
- improved styles of the pages and sections;
2024-08-14 08:28:54 +02:00

49 lines
836 B
SCSS

.topBar {
background: var(--horizontalMenu-background)
}
.topBar__endContent {
display: flex;
gap: 24px;
align-items: center;
}
.topBar__profileBtn {
display: flex;
gap: 14px;
}
.topBar__icon {
font-size: 1.3rem;
color: var(--text-color-secondary)
}
.topBar__menuProfileItem {
display: flex;
gap: 7px;
padding: 0.75rem 1rem;
.p-avatar {
width: 40px;
height: 40px;
flex: 0 0 auto;
}
.userInfo {
display: flex;
flex-direction: column;
gap: 4px;
width: 120px;
}
span {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.userName {
font-weight: bold;
}
}
.topBar__menuProfile {
.p-menu-separator {
border-color: var(--menu-borderColor);
}
}