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

54 lines
934 B
SCSS
Raw Normal View History

2022-12-22 22:46:24 +01:00
.black-blocs {
padding: $font__size-body 0;
gap: $font__size-body;
.wp-block-column {
2022-12-22 22:46:24 +01:00
align-self: auto;
display: flex;
flex-direction: column;
position: relative;
2022-12-22 22:46:24 +01:00
min-height: 17rem;
padding: $font__size-body;
h1,
h2,
h3,
h4,
h5,
h6 {
min-height: $font__size-body * 4.8;
2022-12-22 22:46:24 +01:00
font-family: $font__black;
font-size: $font__size-body * 2;
line-height: $font__line-height-body * 0.8;
2022-12-22 22:46:24 +01:00
}
2022-12-22 22:46:24 +01:00
p {
font-family: $font__bold;
font-size: $font__size-body * 0.9;
2022-12-22 22:46:24 +01:00
}
a {
2022-12-24 18:44:13 +01:00
color: $color__white;
text-decoration: none;
&::after {
content: "+";
position: absolute;
bottom: -1rem;
left: 0.7rem;
font-size: 5rem;
}
&:hover {
color: $color__grey-light;
&::after {
content: ">";
font-size: 3rem;
bottom: 0;
}
}
2022-12-22 22:46:24 +01:00
}
}
}