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

fixed login dialog

This commit is contained in:
Fedor Katurov 2019-11-15 16:16:28 +07:00
parent 430b39e977
commit c2e977e48f
4 changed files with 55 additions and 26 deletions

View file

@ -1,3 +1,4 @@
// color 0, 0, 68 is pretty cool, btw
// $red: #ff3344;
$red: #ff3344;
$yellow: #ffd60f;
@ -9,6 +10,7 @@ $olive: #8bc12a;
$orange: #ff7549;
$grass: #41800d;
$wisegreen: #007962;
// $wisegreen: #006868;
$red_gradient: linear-gradient(165deg, $orange -50%, $red 150%);
$blue_gradient: linear-gradient(170deg, $green, $dark_blue);