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

23 lines
318 B
SCSS
Raw Normal View History

$mat-card-header-size: 40px !default;
2019-05-10 13:12:45 +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 17:59:19 +02:00
.progress-bar {
top: 70px;
left: 0;
width: 100%;
position: fixed;
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
}