tubbsfireinfo.com/styles.scss

30 lines
489 B
SCSS
Raw Normal View History

2017-10-10 02:27:33 +00:00
// Colors
2017-10-10 17:41:09 +00:00
$red: #ea3515;
2017-10-10 02:27:33 +00:00
// Fonts
2017-10-10 18:51:50 +00:00
$font-family-serif: 'Roboto Slab', serif;
$font-family-sans-serif: 'Open Sans', sans-serif;
2017-10-10 02:27:33 +00:00
$headings-font-family: $font-family-serif;
2017-10-10 03:11:31 +00:00
$font-family-base: $font-family-sans-serif;
2017-10-10 03:24:53 +00:00
$h2-font-size: 2.6rem;
2017-10-10 01:49:11 +00:00
2017-10-10 18:51:50 +00:00
@import './node_modules/bootstrap/scss/bootstrap.scss';
2017-10-10 01:49:11 +00:00
2017-10-10 02:27:33 +00:00
.section,
2017-10-10 01:49:11 +00:00
.hero {
2017-10-10 19:04:55 +00:00
padding: 4.5em 0;
2017-10-10 01:49:11 +00:00
}
2017-10-10 02:27:33 +00:00
.hero {
background: $gray-200;
}
2017-10-10 18:51:50 +00:00
.main-heading {
font-size: 4em;
@include media-breakpoint-down(md) {
& {
font-size: 2.5em;
}
}
}