modified file plugins

This commit is contained in:
2023-10-22 22:21:44 +00:00
committed by Gitium
parent c72a65abc1
commit 96c0ee892f
4817 changed files with 752216 additions and 0 deletions

View File

@ -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;
}
}