privacyguides.org/assets/css/app.scss

34 lines
671 B
SCSS
Raw Normal View History

2020-04-28 21:09:22 +00:00
---
---
2020-12-04 08:35:10 +00:00
@import "variables";
2020-05-12 03:59:21 +00:00
.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");
}
2020-12-04 04:44:27 +00:00
h1, h2, h3:not(.h5), h4 {
2020-05-12 05:30:23 +00:00
font-family: "Bagnard", serif;
2020-05-12 03:59:21 +00:00
}
2020-04-28 21:09:22 +00:00
// import /_sass/bootstrap.scss
@import "bootstrap/bootstrap";
2020-12-04 05:16:00 +00:00
@import "ptio-font";
@import "flag-icon";
2020-05-12 16:15:32 +00:00
.post-info, .post-title {
color: theme-color("light");
display: inline;
padding: $spacer;
/* Needs prefixing */
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
2020-12-04 04:44:27 +00:00
2020-12-04 08:35:10 +00:00
@import "custom";