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

35 lines
919 B
SCSS
Raw Normal View History

2019-05-07 23:21:41 -07:00
@charset "utf-8";
/* Fonts */
@import url('{{ primary_font_url }}');
@import url('{{ mono_font_url }}');
$family-sans-serif: "{{ primary_font_name }}", sans-serif;
$family-monospace: "{{ mono_font_name }}", monospace;
2019-05-14 11:37:52 -07:00
/* Color Changes */
$body-background-color: {{ color_bg }};
$footer-background-color: $body-background-color;
2019-05-07 23:21:41 -07:00
/* Custom Colors */
$lg-btn-submit: {{ color_btn_submit }};
$lg-tag-loctitle: {{ color_tag_loctitle }};
$lg-tag-cmdtitle: {{ color_tag_cmdtitle }};
$lg-tag-cmd: {{ color_tag_cmd }};
$lg-progressbar: {{ color_progressbar }};
$lg-tag-loc: {{ color_tag_loc }};
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";