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

fixed gradients

This commit is contained in:
Fedor Katurov 2019-10-21 20:01:59 +07:00
parent d22c1f64d0
commit 4971c85132
2 changed files with 10 additions and 2 deletions

View file

@ -98,7 +98,8 @@
}
.bar {
background: linear-gradient(270deg, $green, $wisegreen);
// background: linear-gradient(270deg, $green, $wisegreen);
background: $main_gradient;
position: absolute;
height: 10px;
left: 0;