mCaptcha/templates/_reset.scss

21 lines
143 B
SCSS
Raw Normal View History

2021-04-09 14:21:43 +05:30
* {
margin: 0;
2021-05-01 14:41:22 +05:30
padding: 0;
2021-04-09 14:21:43 +05:30
}
2021-04-30 17:30:40 +05:30
a {
2021-05-01 14:41:22 +05:30
text-decoration: none;
}
li {
list-style: none;
}
html {
height: 100%;
}
body {
height: 100%;
2021-04-30 17:30:40 +05:30
}