2019-04-30 16:14:24 +02:00
|
|
|
$mat-card-header-size: 40px !default;
|
2019-05-10 13:12:45 +02:00
|
|
|
|
2019-04-30 16:14:24 +02:00
|
|
|
.my-mat-card-avatar {
|
2019-05-10 13:12:45 +02:00
|
|
|
height: $mat-card-header-size;
|
|
|
|
width: $mat-card-header-size;
|
|
|
|
border-radius: 50%;
|
|
|
|
flex-shrink: 0;
|
2019-04-30 16:14:24 +02:00
|
|
|
}
|
2019-04-30 17:59:19 +02:00
|
|
|
|
|
|
|
.progress-bar {
|
|
|
|
top: 70px;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
2019-10-31 12:23:18 +01:00
|
|
|
position: fixed;
|
2019-11-04 11:48:36 +01:00
|
|
|
z-index: 4;
|
2019-04-30 17:59:19 +02:00
|
|
|
}
|
2019-05-10 13:12:45 +02:00
|
|
|
|
|
|
|
.fixed-navbar {
|
|
|
|
position: fixed;
|
|
|
|
z-index: 1000;
|
2019-05-16 18:11:41 +02:00
|
|
|
height: 70px;
|
2019-05-10 13:12:45 +02:00
|
|
|
}
|
2020-02-18 12:14:19 +01:00
|
|
|
|
2020-02-18 12:34:17 +01:00
|
|
|
::ng-deep.lang-parent {
|
|
|
|
width: fit-content !important;
|
|
|
|
min-width: auto !important;
|
|
|
|
}
|