19 lines
821 B
SCSS
19 lines
821 B
SCSS
$font-family-sans-serif: Nunito, -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: Quicksand, -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;
|
|
|
|
$primary: #C71585;
|
|
$alert-border-level: -3;
|
|
|
|
$link-decoration: none;
|
|
$link-hover-decoration: underline;
|
|
|
|
$header-height: 80px;
|
|
$header-margin: $header-height + 36px;
|
|
|
|
@import "~bootstrap/scss/functions";
|
|
@import "~bootstrap/scss/variables";
|
|
@import "~bootstrap/scss/mixins";
|
|
@import "~bootstrap/scss/utilities";
|
|
|
|
@import '~@fortawesome/fontawesome-pro/scss/variables';
|