feat(password-recovery): Improve password lost link style

This commit is contained in:
smizrahi
2022-10-18 16:19:20 +02:00
parent 5fb82fe414
commit 33940b14ea
4 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -99,7 +99,7 @@
<!-- Password recovery -->
<div layout="row" layout-align="center center" ng-if="app.passwordRecovery.passwordRecoveryEnabled">
<div ng-if="app.showLogin">
<a href="#" ng-click="app.passwordRecoveryInfo()" sg-ripple-click="loginContent"><var:string label:value="Password lost"/></a>
<a href="#" ng-click="app.passwordRecoveryInfo()" sg-ripple-click="loginContent" class="password-lost-link"><var:string label:value="Password lost"/></a>
</div>
</div>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -17,6 +17,12 @@ $sg-login-width: grid-step(5);
}
}
.password-lost-link {
color: rgb(255, 255, 255);
font-size: 0.9em;
text-decoration: none;
}
// Overwrite Chrome autofill yellow background
// http://stackoverflow.com/questions/2781549/removing-input-background-colour-for-chrome-autocomplete
@-webkit-keyframes autofill {