mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
29 lines
780 B
SCSS
29 lines
780 B
SCSS
@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;
|
|
|
|
/* 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-hero-bg: {{ color_hero }};
|
|
$lg-progressbar: {{ color_progressbar }};
|
|
$lg-tag-loc: {{ color_tag_loc }};
|
|
|
|
/*! 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";
|