zeus.ugent.be/content/assets/stylesheets/main.scss

17 lines
338 B
SCSS
Raw Normal View History

2016-07-27 18:27:28 +00:00
$zeus-orange: #FF7F00;
2016-07-28 15:56:33 +00:00
2016-07-27 18:27:28 +00:00
$orange: $zeus-orange;
$primary: $orange;
2016-07-28 15:56:33 +00:00
$link-visited: $orange;
2016-07-18 07:24:24 +00:00
2016-07-20 12:38:50 +00:00
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
2016-07-27 18:27:28 +00:00
$family-sans-serif: 'Open Sans', sans-serif;
2016-07-12 21:14:12 +00:00
2016-07-27 18:27:28 +00:00
@import "old";
@import "../../../node_modules/bulma/bulma";
2016-07-28 15:56:33 +00:00
.fa-inline {
font-size: inherit;
vertical-align: inherit;
}