33 lines
630 B
SCSS
33 lines
630 B
SCSS
article, .paragraph{
|
|
|
|
h2,h3,h4,h5,h6{
|
|
font-family: "trueno";
|
|
font-weight: 600;
|
|
font-size: $font-medium;
|
|
color:brown;
|
|
margin-top: 1rem;
|
|
margin-bottom: .3rem;
|
|
}
|
|
p{
|
|
margin-bottom: .5rem;
|
|
}
|
|
}
|
|
.block-region-third{
|
|
h2{
|
|
font-size: $font-big;
|
|
background-color: black;
|
|
color: white;
|
|
padding: .3rem .5rem;
|
|
}
|
|
}
|
|
|
|
.block-region-first{
|
|
background-color: black;
|
|
color: white;
|
|
#node\:title{
|
|
text-transform: uppercase;
|
|
font-family: 'duke';
|
|
font-size: $font-big;
|
|
padding: .3rem .5rem;
|
|
}
|
|
} |