header & home
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
+29
-37
@@ -1,43 +1,35 @@
|
||||
|
||||
.path-node .page-node-type-static {
|
||||
font-family: $font-family-default;
|
||||
}
|
||||
|
||||
.paragraph paragraph--type--texte .paragraph--view-mode--default {
|
||||
font-family: $font-family-default;
|
||||
}
|
||||
|
||||
|
||||
.node-type-static {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-family: $font-family-default;
|
||||
.field--name-field-textes {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 50%;
|
||||
align-self: center;
|
||||
margin: auto;
|
||||
margin-left: 20%;
|
||||
margin-right: 30%;
|
||||
padding: 4rem;
|
||||
}
|
||||
.field--name-field-titre{
|
||||
.field__item{
|
||||
color: $blue-dark;
|
||||
font-weight: 900;
|
||||
font-size: 2rem;
|
||||
}
|
||||
.field__label{
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
.inter-titre {
|
||||
color: $blue-light;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
// .node-type-static {
|
||||
// // display: flex;
|
||||
// // flex-direction: column;
|
||||
// font-family: $font-family-default;
|
||||
// .field--name-field-textes {
|
||||
// display: flex;
|
||||
// flex-direction: column;
|
||||
// max-width: 50%;
|
||||
// align-self: center;
|
||||
// margin: auto;
|
||||
// margin-left: 20%;
|
||||
// margin-right: 30%;
|
||||
// padding: 4rem;
|
||||
// }
|
||||
// .field--name-field-titre{
|
||||
// .field__item{
|
||||
// color: $blue-dark;
|
||||
// font-weight: 900;
|
||||
// font-size: 2rem;
|
||||
// }
|
||||
// .field__label{
|
||||
// visibility: hidden;
|
||||
// }
|
||||
// }
|
||||
// .inter-titre {
|
||||
// color: $blue-light;
|
||||
// text-transform: uppercase;
|
||||
// }
|
||||
|
||||
}
|
||||
// }
|
||||
|
||||
// field field--name-field-liens field--type-link field--label-above
|
||||
|
||||
Reference in New Issue
Block a user