mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
fixed gradients
This commit is contained in:
parent
d22c1f64d0
commit
4971c85132
2 changed files with 10 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue