added blabla block to home page

This commit is contained in:
2019-11-05 16:51:50 +01:00
parent 6475b0c126
commit 094d6ec86f
4 changed files with 92 additions and 5 deletions

View File

@@ -3718,6 +3718,47 @@ body.home-v2{
height:auto;
}
}
&.blabla{
@include shaddowed();
position: relative;
height:300px;
margin-top: 30px;
background-color: #000;
color: #FFF;
a{color: #FFF;}
.node{
padding:0 0 0 30%; width:70%;
&:before{
content:" ";
background: transparent url("../img/formations.png") no-repeat center center;
background-clip: padding-box;
background-size: contain;
position: absolute; left:0;
// border: 1px solid red;
z-index: 2;
width:30%; height:100%;
// padding:0.5em;
}
}
.group-content-wrapper{
padding:1em; position:relative;
.field-name-title-field{
font-size: 2.1em; font-weight: 300;
}
.field-name-body{
margin-top: 1em;
max-width: 39em;
}
.field-name-field-liens a{color:#000;}
}
@media #{$small-only}{
height:auto;
}
}
&.services{
@include shaddowed();
background-color: #FFF;