mirror of
https://github.com/ipdb/website.git
synced 2024-11-14 09:14:48 +01:00
27 lines
457 B
SCSS
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;
|
|
}
|