fix back labelOnline

This commit is contained in:
Tessier
2020-11-29 16:07:42 +01:00
parent f09d911df0
commit 47f0f245d0
6 changed files with 16 additions and 11 deletions
File diff suppressed because one or more lines are too long
@@ -100,7 +100,7 @@ header{
#block-views-block-slide-programme-block-1{
h3{
&::after{
display: inline-flex;
display: inline-flex;
width: 60px;
height: 60px;
vertical-align: middle;
@@ -14,7 +14,7 @@
right: 0px;
top: 0px;
width: 50px;
height: auto;
height: 50px;
vertical-align: middle;
@include labelOnline;
}
@@ -23,6 +23,7 @@
right: -20px;
top: 10px;
width: 150px;
height: 150px;
}
}
}
@@ -11,11 +11,12 @@
position: absolute;
right: 0;
width: 100px;
height: auto;
height: 100px;
vertical-align: middle;
@include labelOnline;
@media screen and (min-width: 768px) {
width: 150px;
height: 150px;
}
}
}