Merge pull request #1097 from nextcloud/2fa-cancel-login-styling
Small design fixes for "Cancel login" link on the 2FA challenge page
This commit is contained in:
commit
eced19a8f9
|
@ -45,8 +45,10 @@ body {
|
|||
border: none !important;
|
||||
}
|
||||
|
||||
a.two-factor-cancel {
|
||||
color: #fff;
|
||||
.two-factor-cancel {
|
||||
display: inline-block;
|
||||
padding: 12px;
|
||||
color: rgba(255, 255, 255, .75);
|
||||
}
|
||||
|
||||
.float-spinner {
|
||||
|
|
Loading…
Reference in New Issue