added blabla block to home page
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user