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

36 lines
1.1 KiB
Django/Jinja

@charset "utf-8";
/* Fonts */
@import url('{{ branding.font.primary.url }}');
@import url('{{ branding.font.mono.url }}');
$family-sans-serif: "{{ branding.font.primary.name }}", sans-serif;
$family-monospace: "{{ branding.font.mono.name }}", monospace;
/* Color Changes */
$body-background-color: {{ branding.colors.background }};
$footer-background-color: transparent;
$danger: {{ branding.colors.danger }};
/* Custom Colors */
$lg-btn-submit: {{ branding.colors.button_submit }};
$lg-tag-loc_title: {{ branding.colors.tag.location_title }};
$lg-tag-type_title: {{ branding.colors.tag.query_type_title }};
$lg-tag-type: {{ branding.colors.tag.query_type }};
$lg-progressbar: {{ branding.colors.progress_bar }};
$lg-tag-loc: {{ branding.colors.tag.location }};
/* Element Changes */
$footer-padding: 3rem 1.5rem 3rem ;
/*! 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";
/* Hyperglass Imports */
@import "custom/custom_elements";