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

28 lines
719 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;
/* Custom Colors */
$lg-btn-submit: #40798c;
$lg-tag-loctitle: #330036;
$lg-tag-cmdtitle: #330036;
$lg-tag-cmd: #ff5e5b;
$lg-hero-bg: #fbfffe;
$lg-progressbar: #40798c;
$lg-tag-loc: #40798c;
/*! 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";