traxxx/assets/css/style.scss

44 lines
521 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;
}
#container {
height: 100%;
}
.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 {
2020-07-05 02:27:46 +00:00
fill: var(--shadow);
:hover {
2020-07-05 02:27:46 +00:00
fill: var(--primary);
}
}