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

18 lines
296 B
SCSS
Raw Normal View History

2018-07-24 11:04:12 +02:00
.fixed {
2019-01-18 18:03:45 +01:00
position: fixed;
top: 0;
/* Sets the sticky toolbar to be on top */
2018-07-24 11:04:12 +02:00
z-index: 1000;
width: 100%;
}
2019-01-18 18:03:45 +01:00
.main-container {
2018-07-24 11:04:12 +02:00
margin-top: 64px;
padding-top: 10px;
}
2019-05-10 13:12:45 +02:00
.sidebar-shadow {
box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
z-index: 10000;
}