1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .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%;
- }
-
- }
- }
|