1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

35 lines
867 B
SCSS
Raw Normal View History

2019-05-07 23:21:41 -07:00
@charset "utf-8";
/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Fira+Mono');
$family-sans-serif: "Nunito", sans-serif;
$family-monospace: "Fira Mono", monospace;
2019-05-14 11:37:52 -07:00
/* Color Changes */
$body-background-color: #fbfffe;
$footer-background-color: transparent;
$danger: #ff3860;
2019-05-14 11:37:52 -07:00
2019-05-07 23:21:41 -07:00
/* Custom Colors */
$lg-btn-submit: #40798c;
$lg-tag-loctitle: #330036;
$lg-tag-cmdtitle: #330036;
$lg-tag-cmd: #ff5e5b;
$lg-progressbar: #40798c;
$lg-tag-loc: #40798c;
2019-05-14 11:37:52 -07:00
/* Element Changes */
$footer-padding: 3rem 1.5rem 3rem ;
2019-05-07 23:21:41 -07:00
/*! bulma.io v0.7.4 | MIT License | github.com/jgthms/bulma */
@import "utilities/_all";
@import "base/_all";
@import "elements/_all";
@import "components/_all";
@import "grid/_all";
@import "layout/_all";
/* Looking Glass Imports */
@import "custom/custom_elements";