xarxaprod-wp-theme/sass/plugins/guttemberg/_guttemberg.scss

53 lines
906 B
SCSS
Raw Normal View History

2024-01-09 16:13:20 +01:00
.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-size: $font__size-body * 2;
line-height: $font__line-height-body * 0.8;
}
p {
font-family: $font__bold;
font-size: $font__size-body * 0.9;
}
a {
color: $color__white;
text-decoration: none;
&::after {
content: "+";
position: absolute;
2024-01-26 10:23:29 +01:00
bottom: 0rem;
2024-01-09 16:13:20 +01:00
left: 0.7rem;
font-size: 3rem;
2024-01-09 16:13:20 +01:00
}
&:hover {
2024-01-26 10:23:29 +01:00
//color: $color__grey-light;
2024-01-09 16:13:20 +01:00
&::after {
content: ">";
2024-01-26 10:23:29 +01:00
//font-size: 3rem;
//bottom: 0;
2024-01-09 16:13:20 +01:00
}
}
}
}
}