First Commit
This commit is contained in:
commit
feb864dc47
170 changed files with 4671 additions and 0 deletions
7
hackatonApp/scss/auth/auth.variables.scss
Normal file
7
hackatonApp/scss/auth/auth.variables.scss
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
$auth-color: #FFFFFF;
|
||||
$show-hide-password-color: lighten(#444444, 25%);
|
||||
$auth-tabs-highlight: $theme-color-1;
|
||||
$auth-tabs-bg: $theme-color-3;
|
||||
$auth-tabs-color: darken($auth-color, 10%);
|
||||
$auth-login-btn-bg: rgba($theme-color-1, .8);
|
||||
$auth-signup-btn-bg: rgba($theme-color-2, .8);
|
||||
Loading…
Add table
Add a link
Reference in a new issue