mirror of https://github.com/MISP/misp-website
15 lines
273 B
SCSS
15 lines
273 B
SCSS
|
@import 'vars';
|
||
|
@import 'mixins';
|
||
|
|
||
|
/*
|
||
|
Arcana by HTML5 UP
|
||
|
html5up.net | @n33co
|
||
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||
|
*/
|
||
|
|
||
|
/* Basic */
|
||
|
|
||
|
body, input, select, textarea {
|
||
|
font-size: 12pt;
|
||
|
line-height: 1.5em;
|
||
|
}
|