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;
|
2019-05-14 12:58:56 -07:00
|
|
|
$footer-background-color: transparent;
|
|
|
|
$danger: #000000;
|
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";
|