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

48 lines
632 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;
}
.icon-mask {
color: #6b6b6b;
transform: translate(-8px, 8px);
}
.active a{
font-weight: 700;
}
.active a i{
color: #23BCBA;
}
mat-list-item {
display: flex !important;
height: auto !important;
}
2020-07-02 18:34:27 +02:00
::ng-deep .mat-list-item-content {
width: 100% !important;
}