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

fixed mobile header appearance

This commit is contained in:
Fedor Katurov 2021-10-06 16:44:17 +07:00
parent 73c30b6d25
commit c925ae461a
10 changed files with 66 additions and 43 deletions

View file

@ -219,11 +219,13 @@
}
.primary {
background: $red;
@include outer_shadow;
background: $red_gradient_alt;
}
.secondary {
background: $wisegreen;
@include outer_shadow;
background: $green_gradient;
}
.lab {