drupal-quartiersdedemain/web/themes/custom/quartiers_de_demain/scss/pages/_static.scss

39 lines
1000 B
SCSS

.node-type-static{
.layout-content{
// grid-column: 1 / span 12;
grid-row: 1;
.content_container{
margin-bottom: 3rem;
#block-quartiers-de-demain-titredepage{
grid-column: 3 /span 9;
grid-row: 1;
margin-top: 3rem;
h1{
text-transform: uppercase;
color: $red_QDD ;
font-size: $font-large;
font-weight: 300;
}
}
article.node-type-static{
grid-column: 3 /span 9;
grid-row: 2;
div.field_body{
h2{
font-size: $font-medium;
font-weight: 600;
margin-bottom: 0;
}
p{
margin-top: 0;
}
}
}
}
}
}