css pour page-node-type-static

This commit is contained in:
armansansd
2021-06-29 17:16:41 +02:00
parent 952d6d627e
commit 057fec6174
5 changed files with 41 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
article{
article, .paragraph{
h2,h3,h4,h5,h6{
font-family: "trueno";
@@ -11,4 +11,23 @@ article{
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;
}
}

View File

@@ -8,8 +8,7 @@
}
.block-region-first{
position: absolute;
background-color: black;
color: white;
top: 0;
left: 0;
z-index: 10;
@@ -46,12 +45,7 @@
margin-top: -7rem;
z-index: 20;
position: relative;
h2{
font-size: $font-big;
background-color: black;
color: white;
padding: .3rem .5rem;
}
#evenements-block_1{
background-color: brown;
margin-bottom: 3rem;