mCaptcha/templates/_reset.scss

21 lines
143 B
SCSS
Raw Normal View History

2021-04-09 11:51:43 +03:00
* {
margin: 0;
2021-05-01 12:11:22 +03:00
padding: 0;
2021-04-09 11:51:43 +03:00
}
2021-04-30 15:00:40 +03:00
a {
2021-05-01 12:11:22 +03:00
text-decoration: none;
}
li {
list-style: none;
}
html {
height: 100%;
}
body {
height: 100%;
2021-04-30 15:00:40 +03:00
}