mCaptcha/templates/_reset.scss
2021-05-01 14:41:22 +05:30

20 lines
143 B
SCSS

* {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
li {
list-style: none;
}
html {
height: 100%;
}
body {
height: 100%;
}