header fix
This commit is contained in:
@@ -15,9 +15,49 @@
|
||||
}
|
||||
|
||||
#block-views-block-slide-programme-block-1{
|
||||
.date{
|
||||
font-size: 1.5rem;
|
||||
font-family: 'truenoregular';
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.__slide{
|
||||
.flickity-viewport{
|
||||
overflow: initial;
|
||||
}
|
||||
a{
|
||||
height: 100%;
|
||||
background: white;
|
||||
@include shadow;
|
||||
}
|
||||
article{
|
||||
min-height: calc(100% - 30px );
|
||||
height: 325px;
|
||||
background: none;
|
||||
display: flex;
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 1.5rem;
|
||||
&.__wrap{
|
||||
background: white;
|
||||
}
|
||||
&.last::after{
|
||||
display: inline-block;
|
||||
content: " ";
|
||||
width: 3px;
|
||||
height: auto;
|
||||
margin: -2.5rem 0 0 0;
|
||||
background: $color1;
|
||||
position: relative;
|
||||
left: 0.5rem;
|
||||
}
|
||||
&.first{
|
||||
flex-direction: column;
|
||||
span{
|
||||
position: absolute;
|
||||
top: -2.5rem;
|
||||
width: max-content;
|
||||
font-size: 1.5rem;
|
||||
font-family: 'truenoregular';
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -33,7 +73,31 @@
|
||||
display: block;
|
||||
}
|
||||
.flickity-slider{
|
||||
margin-left: 1rem;
|
||||
// margin-left: 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.paragraph--type--role-de-l-intervenant{
|
||||
margin-bottom: 2rem;
|
||||
.__slide{
|
||||
&:after {
|
||||
content: 'flickity';
|
||||
display: none;
|
||||
@media screen and ( min-width: 768px ) {
|
||||
content: '';
|
||||
}
|
||||
}
|
||||
.flickity-viewport{
|
||||
overflow: initial;
|
||||
}
|
||||
.flickity-slider > div{
|
||||
width: 70%;
|
||||
padding: 0 0.5rem;
|
||||
@media screen and ( min-width: 768px ) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user