Files
Ethica-vitrine/user/themes/ethica/scss/configuration/template/_reset.scss
T
2018-04-11 17:57:57 +02:00

27 lines
322 B
SCSS

*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body{
margin: 0;
padding: 0;
height: 100%;
}
ul, li, ol{
margin: 0;
padding: 0;
list-style: none;
}
a{
text-decoration: none;
color: black;
}
p, ul, li, ol, h1, h2, h3, em, blockquote{
margin: 0;
}