2019-06-03 03:31:38 +00:00
|
|
|
@import 'theme';
|
2019-10-28 01:54:37 +00:00
|
|
|
@import 'states';
|
2019-11-13 02:14:24 +00:00
|
|
|
@import 'tooltip';
|
2019-06-03 03:31:38 +00:00
|
|
|
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2019-07-06 03:29:12 +00:00
|
|
|
color: $text;
|
2019-06-03 03:31:38 +00:00
|
|
|
margin: 0;
|
2019-07-06 03:29:12 +00:00
|
|
|
font-family: Verdana, sans-serif;
|
2019-06-03 03:31:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.nolist {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.heading {
|
2019-11-28 04:36:22 +00:00
|
|
|
color: $shadow;
|
2019-11-12 00:22:20 +00:00
|
|
|
padding: 0;
|
2019-06-03 03:31:38 +00:00
|
|
|
margin: 0 0 1rem 0;
|
2019-11-12 00:22:20 +00:00
|
|
|
font-size: 1.5rem;
|
2019-06-03 03:31:38 +00:00
|
|
|
}
|
2019-11-09 03:43:58 +00:00
|
|
|
|
|
|
|
.icon.icon-href {
|
|
|
|
fill: $shadow;
|
|
|
|
|
|
|
|
:hover {
|
|
|
|
fill: $primary;
|
|
|
|
}
|
|
|
|
}
|