2016-01-14 13:04:44 +01:00
|
|
|
.content--page--markdown {
|
|
|
|
padding-top: ($spacer * 2);
|
|
|
|
padding-bottom: ($spacer * 2);
|
|
|
|
|
|
|
|
@media ($screen-sm) {
|
2017-04-11 14:30:58 +02:00
|
|
|
padding-top: ($spacer * 5);
|
|
|
|
padding-bottom: ($spacer * 5);
|
2016-01-14 13:04:44 +01:00
|
|
|
}
|
|
|
|
|
2017-05-31 00:22:14 +02:00
|
|
|
> h1,
|
2017-08-22 13:28:58 +02:00
|
|
|
h2,
|
|
|
|
.faq__question {
|
2017-11-17 14:12:30 +01:00
|
|
|
border-bottom: 2px solid $brand-main-blue-light;
|
2017-11-16 12:49:58 +01:00
|
|
|
padding-bottom: $spacer;
|
2017-11-24 13:09:26 +01:00
|
|
|
margin-bottom: ($spacer * 1.5);
|
2017-11-17 14:12:30 +01:00
|
|
|
margin-top: ($spacer * 3);
|
|
|
|
position: relative;
|
2016-01-17 16:43:46 +01:00
|
|
|
|
2017-05-31 18:43:00 +02:00
|
|
|
&:hover {
|
|
|
|
.header-link {
|
|
|
|
opacity: 1;
|
|
|
|
transform: translate3d(0, 0, 0) scale(.8);
|
2017-04-10 17:14:35 +02:00
|
|
|
}
|
2017-05-31 18:43:00 +02:00
|
|
|
}
|
|
|
|
}
|
2017-04-10 17:14:35 +02:00
|
|
|
|
2017-05-31 18:43:00 +02:00
|
|
|
.header-link {
|
|
|
|
box-shadow: none;
|
|
|
|
transition-timing-function: $timing-bounce;
|
2017-11-17 14:12:30 +01:00
|
|
|
display: block;
|
2017-05-31 18:43:00 +02:00
|
|
|
padding: 0 .25rem;
|
|
|
|
opacity: 0;
|
|
|
|
transform: translate3d(20px, 0, 0) scale(0);
|
2017-11-17 14:12:30 +01:00
|
|
|
position: absolute;
|
|
|
|
left: -1.15rem;
|
|
|
|
top: 0;
|
2017-05-31 18:43:00 +02:00
|
|
|
|
|
|
|
&,
|
|
|
|
.header-icon {
|
|
|
|
@extend .transition;
|
|
|
|
}
|
2017-04-10 17:14:35 +02:00
|
|
|
|
2017-05-31 18:43:00 +02:00
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
background: none;
|
2017-04-10 17:14:35 +02:00
|
|
|
|
|
|
|
.header-icon {
|
2017-05-31 18:43:00 +02:00
|
|
|
color: lighten($brand-primary, 10%);
|
2017-04-10 17:14:35 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-05-31 18:43:00 +02:00
|
|
|
.header-icon {
|
|
|
|
font-style: normal;
|
2017-08-22 13:28:58 +02:00
|
|
|
font-size: $font-size-lg;
|
2017-05-31 18:43:00 +02:00
|
|
|
color: $brand-primary;
|
2016-01-17 16:43:46 +01:00
|
|
|
}
|
2016-01-09 18:36:18 +01:00
|
|
|
}
|
2015-12-22 13:41:58 +01:00
|
|
|
}
|