ulovliglogning.dk/_scss/base/_base.scss

22 lines
348 B
SCSS
Raw Normal View History

2018-01-20 23:49:35 +00:00
body, html {
//min-height: 100%;
2018-01-20 23:49:35 +00:00
height: 100%;
2018-01-22 15:30:08 +00:00
height: 100vh;
2018-01-20 23:49:35 +00:00
}
body {
background: #2A2A2A;
color: #FFF;
2018-01-22 15:30:08 +00:00
//height: 100%;
//overflow-y: scroll;
//-webkit-overflow-scrolling: touch;
&[data-env="development"] {
background: red;
}
2018-01-20 23:49:35 +00:00
}
footer {
text-align: center;
margin: 1rem;
color: #AAA;
}