ptut-vhost/webpack/scss/layout.scss

20 lines
213 B
SCSS

* {
margin: none;
padding: none;
}
body{
position: fixed;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ccc;
font-size: 16px;
font-family: 'Open Sans';
color: #333;
}