This commit is contained in:
Andras Schmelczer 2019-09-16 15:18:23 +02:00
parent 97e94ec154
commit 674f07f5f1
9 changed files with 51 additions and 26 deletions

View file

@ -58,6 +58,10 @@
z-index: 10000;
@include card();
@media (max-width: $mobile-width) {
opacity: 0 !important;
}
}
&:first-child {
@ -65,7 +69,7 @@
}
&.placeholder {
opacity: 0;
opacity: 0 !important;
width: 1000px;
max-width: 1000px;
}