You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
838 B

5 years ago
@import "../../src/scss/variables.scss";
@import "../../src/scss/mixins.scss";
.component-content {
5 years ago
padding-top: $header-height-mobile+60px;
5 years ago
.title {
5 years ago
display: block;
@include font-style($font-serif, 'regular', $font-46);
line-height: $font-40;
5 years ago
color: $olive-dark;
5 years ago
padding: 0;
margin: 30px 0 20px 0;
5 years ago
}
.paragraph {
@include font-style($font-sans, 'regular', $font-22);
color: $gray;
5 years ago
padding: 0;
margin: 0 0 30px 0;
5 years ago
}
.blockquote {
@include font-style($font-serif, 'regular-italic', $font-30);
color: $gray;
5 years ago
padding: 0;
margin: 0 0 50px 0;
5 years ago
text-align: center;
}
.image {
width: 100%;
5 years ago
padding: 0;
margin: 0 0 30px 0;
5 years ago
}
}
@media (min-width: map-get($grid-breakpoints, 'md')) {
.component-content {
5 years ago
padding-top: $header-height+60px;
5 years ago
}
}