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
@@ -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;
}
}
}