zeus.ugent.be/content/assets/stylesheets/includes/variables.scss

38 lines
686 B
SCSS
Raw Permalink Normal View History

2016-08-30 20:01:23 +00:00
// Colours
2018-06-03 16:41:22 +00:00
$zeus-orange: #ff7f00;
$zeus-blue: #00c4ff;
2016-10-03 17:21:29 +00:00
2018-06-03 16:41:22 +00:00
$body-background: #fff;
$body-size: 1rem;
2016-11-05 23:22:37 +00:00
$tile-orange: $zeus-orange;
2016-10-04 14:06:26 +00:00
2018-06-03 16:41:22 +00:00
$navbar-border-color: #ccc;
$event-border-color: #ddd;
2016-10-04 21:11:11 +00:00
2016-08-30 20:01:23 +00:00
$orange: $zeus-orange;
2016-10-03 17:21:29 +00:00
$blue: $zeus-blue;
2018-06-03 16:41:22 +00:00
$turquoise: #30d1b2;
2016-10-04 21:11:11 +00:00
2018-04-14 21:33:56 +00:00
$link: $orange;
2018-04-14 21:42:43 +00:00
$link-visited: $link;
2016-08-30 20:01:23 +00:00
2016-10-12 08:57:23 +00:00
$border-hover: $blue;
2016-10-03 18:52:01 +00:00
2018-06-03 16:41:22 +00:00
$box-colour: #eee;
2016-08-30 20:01:23 +00:00
$highlighted-box-colour: $zeus-orange;
2018-06-03 16:41:22 +00:00
$highlighted-text-colour: #fff;
2016-08-30 20:01:23 +00:00
$highlighted-link-colour: #222324;
2016-08-02 17:54:18 +00:00
2018-06-03 16:41:22 +00:00
$cammie-controls-color: rgba(0, 0, 0, .60);
2016-08-30 20:01:23 +00:00
$event-padding: 10px;
2016-12-12 13:48:45 +00:00
2017-10-11 20:31:19 +00:00
$primary: $orange;
$secondary: $zeus-blue;
$tertiary: $box-colour;
2018-06-03 16:41:22 +00:00
// Let's trust the font the user chose
$family-sans-serif: sans-serif;
$timeline-content-padding: 0.55em 0 0 2em;