page node type actualite
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
.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%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user