privacyguides.org/assets/css/app.scss

27 lines
474 B
SCSS
Raw Normal View History

2020-04-28 17:09:22 -04:00
---
---
2020-05-11 23:59:21 -04:00
$theme-colors: (
"primary": #FFD06F,
"secondary": #28323F
);
$body-color: #28323F;
.container-fullwidth {
margin: 0 auto;
width: 100%;
}
@font-face {
font-family: Bagnard;
src: url("/assets/fonts/Bagnard.woff") format("woff"), url("/assets/fonts/Bagnard.ttf") format("truetype"), url("/assets/fonts/Bagnard.otf") format("opentype");
}
h1, h2, h3 {
font-family: "Bagnard";
font-weight: 700;
}
2020-04-28 17:09:22 -04:00
// import /_sass/bootstrap.scss
@import "bootstrap";