1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-24 12:21:09 +00:00

Create basic layout

This commit is contained in:
2020-05-11 22:59:21 -05:00
parent 3ebbd2728e
commit 3986217030
14 changed files with 12873 additions and 44 deletions

View File

@@ -1,4 +1,26 @@
---
---
$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;
}
// import /_sass/bootstrap.scss
@import "bootstrap";