traxxx/assets/css/style.scss

40 lines
478 B
SCSS
Raw Normal View History

@import 'theme';
@import 'inputs';
@import 'states';
@import 'tooltip';
html,
body {
height: 100%;
}
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.nolist {
list-style: none;
padding: 0;
margin: 0;
li {
display: inline-block;
}
}
.heading {
2020-03-23 00:43:49 +00:00
color: var(--shadow);
padding: 0;
margin: 0 0 1rem 0;
font-size: 1.5rem;
}
.icon.icon-href {
fill: $shadow;
:hover {
fill: $primary;
}
}