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

16 lines
229 B
SCSS
Raw Normal View History

2018-06-29 10:29:43 +02:00
.example-container {
2018-07-11 15:47:36 +02:00
background: rgb(250, 248, 248);
2018-06-29 10:29:43 +02:00
}
2018-07-24 11:04:12 +02:00
.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;
}