generator-simple-aspnet
Version:
a simple and opinionated aspnet5 yeoman generator
29 lines (28 loc) • 419 B
text/less
@import url('http://fonts.googleapis.com/css?family=Roboto:100,300');
* {
margin: 0;
padding: 0;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
html,
body {
height: 100%;
}
html {
font-size: 16px;
}
body {
background-color: #efefef;
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: #3d3d3d;
overflow-x: hidden;
padding: 20px;
}
.main {
padding:20px;
}