Files
d9-eql/web/themes/custom/eql/scss/pages/_actualite.scss
T
2021-12-07 15:12:12 +01:00

51 lines
1.2 KiB
SCSS

.path-node.page-node-type-actualite{
.layout__region--top{
background-color: $background-actus;
.block-region-top{
display: grid;
grid-template-columns: 1fr repeat(4, 2fr) 1fr;
.block-entity-fieldnodetitle{
grid-column: 2 /span 6;
margin: 0;
.field--name-title{
font-family: "Source Code Pro";
font-size: 4rem;
font-weight: 500;
}
}
.block-entity-fieldnodefield-date{
grid-column: 2;
text-transform: uppercase;
color: $blue-dark;
font-size: 1.5rem;
font-weight: 800;
}
}
}
.block-region-second{
.block-entity-fieldnodebody{
width: 90%;
.panel-body{
#outputtext{
overflow-y: visible !important;
}
}
}
}
.layout__region--third{
.block-region-third{
max-width: 70%;
}
}
}