hackaton-toscana-mobility/hackatonApp/scss/auth/auth.variables.scss
Lorenzo Iovino feb864dc47 First Commit
2016-01-29 13:14:27 +01:00

7 lines
278 B
SCSS

$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);