diff --git a/stylesheets/components/_login.less b/stylesheets/components/_login.less index 5a651c2..0933e3a 100644 --- a/stylesheets/components/_login.less +++ b/stylesheets/components/_login.less @@ -2,9 +2,15 @@ margin-top: 12%; } -.loginForm { - & i#icon-user icon, - & i#icon-locked icon, +#loginPage .loginSection .btn { + background-color: transparent; + &:hover { + background-color: transparent; + } +} + +.loginForm, +#loginTwoFaForm { & input[name="login_form_rememberme"], & label[for="login_form_rememberme"] { display: none; @@ -17,8 +23,17 @@ } & input#login_form_submit { width: 100%; - } - & a#login-form-nav { - font-size: 0.5em; - } + color: #323036; + font-size: 1.3em; + &:hover { + color: #ceccd2; + } + } + & p { + font-size: 0.5em; + } +} + +a#login-form-nav { + font-size: 0.5em; } diff --git a/stylesheets/components/_sparkline.less b/stylesheets/components/_sparkline.less index 0e1ee38..262232f 100644 --- a/stylesheets/components/_sparkline.less +++ b/stylesheets/components/_sparkline.less @@ -1,6 +1,6 @@ // sparkline colors .sparkline-colors[data-name="backgroundColor"] { - color: transparent; + color: #faf9f6; } .sparkline-colors[data-name="lineColor"] { @@ -20,5 +20,5 @@ } .sparkline-colors[data-name="fillColor"] { - color: #faf9f6; + color: lighten(#323036, 200); }