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

styles and back button

This commit is contained in:
muerwre 2019-07-27 07:08:22 +07:00
parent 1b37ed4bbf
commit c13c0fcc3c
7 changed files with 14 additions and 12 deletions

View file

@ -5,10 +5,11 @@ $blue: #3ca1ff;
$green: #00d2b9;
$olive: #8bc12a;
$orange: #ff7549;
$grass: #41800d;
$red_gradient: linear-gradient(170deg, $orange, $red);
$red_gradient: linear-gradient(170deg, $orange -50%, $red 150%);
$blue_gradient: linear-gradient(170deg, $green, $dark_blue);
$green_gradient: linear-gradient(170deg, $green, $olive);
$green_gradient: linear-gradient(170deg, $olive -20%, $grass 120%);
$purple_gradient: linear-gradient(170deg, $red, $dark_blue);
//$color_yellow: complement($color_red);
//$color_yellow: yellow;