mCaptcha/templates/_reset.scss
Tobias Gurtzick 9fc7c31083
fix(license): accidential AGPL in MIT licensed files
fixes #69

Signed-off-by: Tobias Gurtzick <magic@wizardtales.com>
2023-04-18 11:20:12 +02:00

36 lines
737 B
SCSS

/*
* mCaptcha is a PoW based DoS protection software.
* This is the frontend web component of the mCaptcha system
* Copyright © 2023 Aravinth Manivnanan <realaravinth@batsense.net>.
*
* Use of this source code is governed by Apache 2.0 or MIT license.
* You shoud have received a copy of MIT and Apache 2.0 along with
* this program. If not, see <https://spdx.org/licenses/MIT.html> for
* MIT or <http://www.apache.org/licenses/LICENSE-2.0> for Apache.
*/
* {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
// check all layouts
box-sizing: border-box;
}
a {
text-decoration: none;
}
li {
// list-style: none;
}
html {
height: 100%;
box-sizing: border-box;
}
body {
height: 100%;
}