2021-12-03 01:24:21 -08:00
|
|
|
@import "../data/variables";
|
|
|
|
$fonts: $fontHeadings $fontText;
|
|
|
|
|
|
|
|
$font-family-sans-serif: $fontText, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
|
|
|
|
$headings-font-family: $fontHeadings, $fontText, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !default;
|
2020-11-11 13:53:55 -08:00
|
|
|
|
|
|
|
$primary: #C71585;
|
|
|
|
$alert-border-level: -3;
|
|
|
|
|
2021-01-22 14:54:24 -08:00
|
|
|
$link-decoration: none;
|
|
|
|
$link-hover-decoration: underline;
|
|
|
|
|
2021-05-13 03:09:08 -07:00
|
|
|
$header-height: 80px;
|
|
|
|
$header-margin: $header-height + 36px;
|
|
|
|
|
2022-01-08 02:49:18 -08:00
|
|
|
$container-width: 920px;
|
|
|
|
$container-wide-width: 1300px;
|
|
|
|
|
2022-03-19 14:10:26 -07:00
|
|
|
$modal-backdrop-opacity: .1;
|
|
|
|
|
|
|
|
$glassBlur: 12px;
|
|
|
|
$glassBlur-sm: $glassBlur / 2;
|
|
|
|
|
2020-11-11 13:53:55 -08:00
|
|
|
@import "~bootstrap/scss/functions";
|
|
|
|
@import "~bootstrap/scss/variables";
|
|
|
|
@import "~bootstrap/scss/mixins";
|
2021-01-22 14:54:24 -08:00
|
|
|
@import "~bootstrap/scss/utilities";
|
2020-11-11 13:53:55 -08:00
|
|
|
|
|
|
|
@import '~@fortawesome/fontawesome-pro/scss/variables';
|