mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
removed page cover on tablets
This commit is contained in:
parent
ad0b9e6a28
commit
53abb3853e
3 changed files with 7 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
|
||||
.button {
|
||||
background: $red;
|
||||
background: $red_gradient;
|
||||
width: $bar_height;
|
||||
height: $bar_height;
|
||||
border-radius: $bar_height / 2;
|
||||
|
|
|
@ -27,4 +27,8 @@
|
|||
height: 100%;
|
||||
background: url(~/sprites/dots.svg) rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
@include tablet {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue