123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .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;
- padding-top: 2rem;
- .block-entity-fieldnodefield-actu-type{
- grid-column: 2;
- }
-
- .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;
- }
- }
- }
- }
- .layout__region--second{
- flex: 0 1 45%;
- .block-region-second{
- width: 90%;
- .block-entity-fieldnodebody{
-
- .panel-body{
- #outputtext{
- overflow-y: visible !important;
- }
- }
- }
- }
- }
- .layout__region--third{
- .block-region-third{
- width: 65%;
- }
- }
|