mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
#38 disabled buttons on tablets
This commit is contained in:
parent
ee9bb851c8
commit
e2a4b0ad03
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@
|
||||||
height: 96px;
|
height: 96px;
|
||||||
background: transparentize($content_bg, 0);
|
background: transparentize($content_bg, 0);
|
||||||
|
|
||||||
|
@include desktop {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
&:global(.swiper-button-prev) {
|
&:global(.swiper-button-prev) {
|
||||||
left: 0;
|
left: 0;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue