1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

removed page cover on tablets

This commit is contained in:
Fedor Katurov 2019-10-22 16:58:39 +07:00
parent ad0b9e6a28
commit 53abb3853e
3 changed files with 7 additions and 3 deletions

View file

@ -16,7 +16,7 @@
}
.button {
background: $red;
background: $red_gradient;
width: $bar_height;
height: $bar_height;
border-radius: $bar_height / 2;

View file

@ -27,4 +27,8 @@
height: 100%;
background: url(~/sprites/dots.svg) rgba(0, 0, 0, 0.5);
}
@include tablet {
display: none;
}
}

View file

@ -1,5 +1,5 @@
// $red: #ff3344;
$red: #ff6553;
$red: #ff3344;
$yellow: #ffd60f;
$dark_blue: #3c75ff;
$blue: #3ca1ff;
@ -10,7 +10,7 @@ $orange: #ff7549;
$grass: #41800d;
$wisegreen: #007962;
$red_gradient: linear-gradient(165deg, $red, #ea057c 100%);
$red_gradient: linear-gradient(165deg, $orange -50%, $red 150%);
$blue_gradient: linear-gradient(170deg, $green, $dark_blue);
$green_gradient: linear-gradient(
170deg,