ptut-vhost/webpack/scss/layout.scss

20 lines
210 B
SCSS

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