biobulkbende.org/app/assets/scss/modules/_headline.scss

66 lines
703 B
SCSS
Raw Normal View History

2020-09-30 16:51:32 +00:00
.headline{
margin:auto;
2020-10-09 16:14:11 +00:00
strong {
font-weight: 800;
}
2020-10-09 12:48:01 +00:00
&--lt-margin{
2020-10-09 16:14:11 +00:00
margin-top: -5px;
@include atLarge{
margin-left: 55px;
}
2020-10-07 14:19:57 +00:00
}
2020-09-30 16:51:32 +00:00
&--s-width {
max-width: 500px;
@include atMedium(){
max-width: 1000px;
}
}
&__title {
2020-10-09 16:14:11 +00:00
font-weight: 400;
2020-10-15 20:35:24 +00:00
font-size: 1.6rem;
2020-09-30 16:51:32 +00:00
@include atMedium(){
font-size: 2.1rem;
}
}
&__subtitle {
font-weight: 300;
2020-10-15 20:35:24 +00:00
font-size: 1.3rem;
2020-09-30 16:51:32 +00:00
@include atMedium(){
2020-10-09 16:14:11 +00:00
font-size: 1.6rem;
2020-09-30 16:51:32 +00:00
}
}
&--centered {
text-align: center;
}
&--lightGreen {
color: $myLightGreen;
}
&--orange {
color: $myOrange;
}
&--b-margin {
margin-bottom: 2.5rem;
@include atMedium(){
margin-bottom: 4.5rem;
}
}
a {
font-weight: 400;
}
}