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

67 lines
965 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 {
2020-09-11 17:35:32 +02:00
// margin-top: 20px;
2019-06-05 09:19:28 +02:00
}
2024-03-20 11:35:55 +01:00
.nav-list-item-hidden {
display: none !important;
}
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 {
2020-09-11 17:35:32 +02:00
margin-top: 20px;
2019-06-18 15:51:05 +02:00
}
.icon-mask {
2020-09-11 17:35:32 +02:00
color: #6b6b6b;
transform: translate(-8px, 8px);
}
2020-09-11 17:35:32 +02:00
.active a {
font-weight: 700;
}
2020-09-11 17:35:32 +02:00
.active a i {
2023-02-10 14:08:23 +01:00
color: var(--primary-color-2);
}
.inner-line {
2020-09-11 17:35:32 +02:00
margin-left: 12px;
margin-right: 10px;
width: 20px;
height: 13px;
border-left: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}
.icon-external {
font-size: 1rem;
padding-left: 0.4rem !important;
color: #6b6b6b;
}
mat-list-item {
2020-09-11 17:35:32 +02:00
display: flex !important;
height: auto !important;
}
2020-07-02 18:34:27 +02:00
::ng-deep .mat-list-item-content {
2020-09-11 17:35:32 +02:00
width: 100% !important;
2020-07-02 18:34:27 +02:00
}