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

26 lines
361 B
SCSS
Raw Normal View History

2019-06-05 09:19:28 +02:00
$mat-card-header-size: 30px !default;
2019-05-10 15:20:53 +02:00
.my-mat-card-avatar {
2019-06-05 09:19:28 +02:00
height: $mat-card-header-size;
width: $mat-card-header-size;
border-radius: 50%;
flex-shrink: 0;
margin-right: 7px;
2019-05-10 15:20:53 +02:00
}
.nav-list-item {
2019-06-18 15:51:05 +02:00
// margin-top: 20px;
2019-06-05 09:19:28 +02:00
}
.login {
margin-top: 15px !important;
}
.login-label {
text-transform: uppercase;
}
2019-06-18 15:51:05 +02:00
.firstSubtitle {
margin-top: 20px;
}