62 lines
931 B
SCSS
62 lines
931 B
SCSS
|
|
|
|
.layout-container {
|
|
font-family: $font-family-default;
|
|
margin: none;
|
|
top: 0%;
|
|
left: 0%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-flow: row wrap;
|
|
;
|
|
header{
|
|
flex: 0 0 100%;
|
|
}
|
|
main{
|
|
position: relative;
|
|
// top: -7rem;
|
|
}
|
|
footer{
|
|
flex: 0 0 100%;
|
|
}
|
|
}
|
|
.layout-content{
|
|
padding-top: 7rem;
|
|
padding-bottom: 6rem;
|
|
}
|
|
.path-frontpage{
|
|
margin: 0;
|
|
}
|
|
.path-node {
|
|
margin: 0;
|
|
}
|
|
.path-faq{
|
|
margin: 0;
|
|
}
|
|
.path-ressources{
|
|
margin: 0;
|
|
}
|
|
|
|
.path-webform{
|
|
margin: 0;
|
|
}
|
|
|
|
.main-content{
|
|
margin-top: 7rem;
|
|
}
|
|
|
|
.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;
|
|
} |