This commit is contained in:
2026-01-24 17:29:05 -05:00
commit 2b35282fe5
188 changed files with 24006 additions and 0 deletions

27
scss/bootstrap.scss vendored Normal file
View File

@@ -0,0 +1,27 @@
/******* Customized Bootstrap ********/
$primary: #B9394F;
$light: #FFFFFF;
$dark: #303E4B;
$font-family-base: 'Open Sans', sans-serif;
$headings-font-family: 'Roboto', sans-serif;
$body-color: #9B9B9B;
$headings-color: $dark;
$headings-font-weight: 700;
$display-font-weight: 900;
$enable-responsive-font-sizes: true;
$border-radius: 8px;
$link-decoration: none;
$enable-negative-margins: true;
@import "bootstrap/scss/bootstrap";