modified file plugins
This commit is contained in:
@ -0,0 +1,54 @@
|
||||
#wp-webauthn {
|
||||
margin-right: 5px;
|
||||
}
|
||||
#wp-webauthn span {
|
||||
line-height: 30px;
|
||||
}
|
||||
#wp-webauthn-check {
|
||||
display: none!important;
|
||||
}
|
||||
.wp-webauthn-notice {
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
height: 74.25px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
margin-bottom: 10px;
|
||||
opacity: .8;
|
||||
display: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
.wp-webauthn-notice .wwa-success {
|
||||
color: #2C8D46;
|
||||
}
|
||||
.wp-webauthn-notice .wwa-failed {
|
||||
color: #CA4A1F;
|
||||
}
|
||||
.wwa-try-username {
|
||||
margin-top: 3px;
|
||||
font-size: 12px;
|
||||
opacity: .7;
|
||||
color: black;
|
||||
pointer-events: none;
|
||||
}
|
||||
#loginform p.submit {
|
||||
display: flex;
|
||||
flex-direction: row-reverse;
|
||||
width: max-content;
|
||||
float: right;
|
||||
}
|
||||
#loginform .login .button-primary {
|
||||
float: none;
|
||||
}
|
||||
#loginform .forgetmenot {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
#loginform.wwa-webauthn-only {
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
@media(max-width: 782px){
|
||||
#wp-webauthn span {
|
||||
line-height: 38px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user