37 lines
857 B
SCSS
37 lines
857 B
SCSS
|
.black-blocs {
|
||
|
padding: $font__size-body 0;
|
||
|
gap: $font__size-body;
|
||
|
.wp-block-column{
|
||
|
align-self: auto;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
position:relative;
|
||
|
min-height: 17rem;
|
||
|
padding: $font__size-body;
|
||
|
h1,h2,h3,h4,h5,h6 {
|
||
|
min-height: $font__size-body*4.8;
|
||
|
font-family: $font__black;
|
||
|
font-size: $font__size-body*2.3;
|
||
|
line-height: $font__line-height-body*0.8;
|
||
|
}
|
||
|
p {
|
||
|
font-family: $font__bold;
|
||
|
font-size: $font__size-body*0.9;
|
||
|
}
|
||
|
.big-plus-wrapper {
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
}
|
||
|
.big-plus.white .wp-block-button__link {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
color: white;
|
||
|
background-color: transparent;
|
||
|
font-size: $font__size-body*4.5;
|
||
|
line-height: 0;
|
||
|
font-weight: bold;
|
||
|
font-family: $font__black;
|
||
|
}
|
||
|
}
|
||
|
}
|