1
0
mirror of https://github.com/ipdb/website.git synced 2024-06-17 18:13:15 +02:00
website/_src/_assets/scss/page-faq.scss
2017-09-07 10:00:02 +02:00

27 lines
457 B
SCSS

@import 'variables';
.faq {
padding-top: $spacer * 3;
}
.faq__question {
font-size: $font-size-h3;
.header-link {
margin-left: -$font-size-h3;
font-size: $font-size-large;
color: $brand-02;
font-weight: $font-weight-normal;
&:hover {
color: $link-color;
}
}
}
.faq-contents__title {
font-size: $font-size-h3;
margin-top: $spacer / 2;
margin-bottom: $spacer / 2;
}