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

13 lines
172 B
SCSS

.fixed {
position: fixed;
top: 0;
/* Sets the sticky toolbar to be on top */
z-index: 1000;
width: 100%;
}
.main-container {
margin-top: 64px;
padding-top: 10px;
}