Files
d9-eql/web/themes/custom/eql/scss/pages/_annuairederecherche.scss
T
2021-12-16 14:34:30 +01:00

27 lines
773 B
SCSS

.path-ressources.annuairederecherche{
.layout-content{
.region-content{
#block-contenudelapageprincipale{
span{
padding-top: 3rem;
padding-bottom: 3rem;
vertical-align: middle;
h2{
margin: 0;
padding-top: 2rem;
height: 4rem;
color: $white;
font-family: "Source Code Pro";
text-transform: uppercase;
background: $blue-light;
// padding-left: 13%;
}
}
}
}
}
}