updated plugin WP-WebAuthn version 1.4.1
This commit is contained in:
@ -51,4 +51,10 @@
|
||||
}
|
||||
#wp-webauthn-uv-warning {
|
||||
margin: 15px 0 0;
|
||||
}
|
||||
.wwa-table-svg {
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
vertical-align: middle;
|
||||
width: 20px;
|
||||
}
|
||||
@ -1,5 +1,6 @@
|
||||
#wp-webauthn {
|
||||
margin-right: 5px;
|
||||
width: 56px;
|
||||
}
|
||||
#wp-webauthn span {
|
||||
line-height: 30px;
|
||||
@ -47,8 +48,32 @@
|
||||
#loginform.wwa-webauthn-only {
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
#loginform .wwa-passkey-notice {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 5px;
|
||||
}
|
||||
#loginform .password-icon {
|
||||
margin-right: 4px;
|
||||
}
|
||||
#loginform .password-icon::after {
|
||||
display: inline-block;
|
||||
content: "";
|
||||
width: 1px;
|
||||
height: 80%;
|
||||
background-color: currentColor;
|
||||
position: relative;
|
||||
left: 3px;
|
||||
bottom: 10%;
|
||||
}
|
||||
@media(max-width: 782px){
|
||||
#wp-webauthn span {
|
||||
line-height: 38px;
|
||||
}
|
||||
}
|
||||
@media(max-width: 782px){
|
||||
.interim-login #wp-webauthn span {
|
||||
line-height: 30px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user