Files
d9-eql/web/themes/custom/eql/scss/global/_layout.scss
T
2021-11-18 11:12:53 +01:00

44 lines
783 B
SCSS

// .node-type-static{
// display: grid;
// grid-template-columns: repeat(6,1fr);
// }
.layout-container {
// position: absolute;
font-family: $font-family-default;
margin: none;
top: 0%;
left: 0%;
width: 100%;
overflow: hidden;
}
.layout-content{
padding-bottom: 6rem;
}
.path-frontpage{
margin: 0;
}
.path-node {
margin: 0;
}
// .contextual-region .node-type-static {
// grid-template-columns: repeat(6 1fr);
// }
.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;
}