Spaces:
Runtime error
Runtime error
File size: 453 Bytes
271bc4f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
/******* Customized Bootstrap ********/
$primary: #06A3DA;
$secondary: #F57E57;
$light: #EEF9FF;
$dark: #091E3E;
$font-family-base: 'Open Sans', sans-serif;
$headings-font-family: 'Jost', sans-serif;
$body-bg: #FFFFFF;
$body-color: #6B6A75;
$headings-color: $dark;
$display-font-weight: 700;
$enable-responsive-font-sizes: true;
$border-radius: 2px;
$link-decoration: none;
$enable-negative-margins: true;
@import "bootstrap/scss/bootstrap"; |