12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- 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;
- }
- }
- .page-node-type-static{
- .layout__region--top{
- position: absolute;
- top: 0;
- left: 0;
- width: 100vw;
- height: 40vh;
- background: $trame;
- box-shadow: inset 0 -5rem 8rem white;
- z-index: -1;
- }
- }
|