64 lines
1.3 KiB
SCSS
64 lines
1.3 KiB
SCSS
|
|
// .node-type-static {
|
|
// display: grid;
|
|
// grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
|
|
// }
|
|
|
|
|
|
.field--type-entity-reference-revisions{
|
|
.paragraph-summary{
|
|
font-family: $font-family-default;
|
|
font-size: 5rem;
|
|
font-weight: 600;
|
|
color: $black !important;
|
|
text-transform: capitalize;
|
|
|
|
span:nth-of-type(2n){
|
|
display: block;
|
|
font-size: 1rem;
|
|
}
|
|
}
|
|
.paragraph-summary:nth-of-type(2n) {
|
|
font-size: 2rem;
|
|
}
|
|
|
|
}
|
|
|
|
.contextual-region{
|
|
display: grid;
|
|
grid-template-columns:10% 2fr 2fr 2fr 2fr 10%;
|
|
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
|
|
|
|
}
|
|
|
|
.block-views-blockactus-blocks-pages-block-1{
|
|
background-color: $blue-dark;
|
|
// display: grid;
|
|
// grid-template-columns: 2fr 2fr 2fr 2fr;
|
|
// color: $white;
|
|
|
|
|
|
}
|
|
|
|
|
|
.view-content{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-around;
|
|
.node-type-actualite{
|
|
div:first-child{
|
|
padding: 1rem;
|
|
color: $white;
|
|
.field--name-field-images {
|
|
.field__item img{
|
|
height: 400px;
|
|
}
|
|
|
|
}
|
|
}
|
|
a{
|
|
color: $white;
|
|
}
|
|
|
|
}
|
|
} |