argos/dmp-frontend/src/app/ui/sidebar/sidebar.component.scss

26 lines
361 B
SCSS

$mat-card-header-size: 30px !default;
.my-mat-card-avatar {
height: $mat-card-header-size;
width: $mat-card-header-size;
border-radius: 50%;
flex-shrink: 0;
margin-right: 7px;
}
.nav-list-item {
// margin-top: 20px;
}
.login {
margin-top: 15px !important;
}
.login-label {
text-transform: uppercase;
}
.firstSubtitle {
margin-top: 20px;
}