2021-12-03 01:24:21 -08:00
|
|
|
@import "../data/variables";
|
|
|
|
$fonts: $fontHeadings $fontText;
|
|
|
|
|
2022-05-07 09:35:32 -07:00
|
|
|
$font-family-sans-serif: $fontText, "Noto Emoji", -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, "Noto Emoji", $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;
|
|
|
|
|
2022-04-16 04:57:07 -07:00
|
|
|
$wide-escape-size: 6rem;
|
|
|
|
|
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
|
|
|
|
2022-06-11 17:15:35 -07:00
|
|
|
@import '~fontawesome-pro/scss/_variables';
|