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

16 lines
229 B
SCSS

.example-container {
background: rgb(250, 248, 248);
}
.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;
}