traxxx/assets/css/style.scss

29 lines
322 B
SCSS
Raw Normal View History

@import 'theme';
@import 'states';
html,
body {
height: 100%;
}
body {
color: $text;
margin: 0;
font-family: Verdana, sans-serif;
}
.nolist {
list-style: none;
padding: 0;
margin: 0;
li {
display: inline-block;
}
}
.heading {
color: $primary;
margin: 0 0 1rem 0;
}