Files
d9-eql/web/themes/custom/eql/scss/global/_layout.scss
T

74 lines
1.1 KiB
SCSS

.path-user{
.buttons-filtres-ressources{
display: none;
}
}
.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;
}
.path-projets{
margin: 0;
}
.path-incubateur{
margin:0;
}
main{
width: 100%;
}
.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;
}