mCaptcha/templates/_reset.scss

33 lines
477 B
SCSS
Raw Normal View History

2021-05-03 20:24:03 +05:30
/*
* Copyright © 2023 Aravinth Manivnanan <realaravinth@batsense.net>.
* SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
2021-05-03 20:24:03 +05:30
*
* SPDX-License-Identifier: MIT OR Apache-2.0
2021-05-03 20:24:03 +05:30
*/
2021-04-09 14:21:43 +05:30
* {
margin: 0;
2021-05-01 14:41:22 +05:30
padding: 0;
2021-05-03 20:24:03 +05:30
font-family: Arial, Helvetica, sans-serif;
2021-05-09 16:39:52 +05:30
// check all layouts
box-sizing: border-box;
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 {
2021-07-03 22:32:40 +05:30
// list-style: none;
2021-05-01 14:41:22 +05:30
}
html {
2021-05-03 20:24:03 +05:30
height: 100%;
2021-05-09 16:39:52 +05:30
box-sizing: border-box;
2021-05-01 14:41:22 +05:30
}
body {
2021-05-03 20:24:03 +05:30
height: 100%;
2021-04-30 17:30:40 +05:30
}