mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
2fa cancel login styling
This commit is contained in:
parent
56367d19ac
commit
9db99eab36
1 changed files with 4 additions and 2 deletions
|
|
@ -38,8 +38,10 @@ body {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
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 a new issue