bandeau bleu page /projets

This commit is contained in:
2022-03-07 13:15:57 +01:00
parent a1d881921a
commit a0f7777873
3 changed files with 31 additions and 1 deletions
@@ -2886,6 +2886,20 @@ a {
.path-webform .region-content #webform-submission-question-add-form #edit-actions #edit-actions-submit:after {
content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="rgb(255,255,255)" stroke="rgb(255,255,255)" stroke-width="0.7"/></svg>'); }
.path-projets span {
padding-top: 3rem;
padding-bottom: 3rem;
vertical-align: middle; }
.path-projets span h2 {
margin: 0;
padding-top: 2rem;
height: 4rem;
color: white;
font-family: "Source Code Pro";
text-transform: uppercase;
background: #009ee3;
padding-left: 13%; }
.path-projets .layout--onecol .block-region-content .block-config-pages-block {
width: 60%;
margin: auto; }
@@ -1,4 +1,20 @@
.path-projets{
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%;
}
}
.layout--onecol{
.block-region-content{