add captcha

This commit is contained in:
Simon Vieille 2022-05-29 22:10:05 +02:00
parent a0a030d783
commit 4583e10a16
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 24 additions and 0 deletions

View File

@ -110,6 +110,30 @@ pre[class*="language-"] {
border-radius: 10px;
}
.captcha_reload {
width: 50px !important;
padding-left: 50px;
height: 50px;
overflow: hidden;
display: inline-block;
margin-bottom: -19px;
&:active, &:focus {
background: none;
}
&::after {
content: ' ';
display: block;
width: 50px;
height: 50px;
margin-left: -50px;
margin-top: -23px;
background: url(../images/Refresh_icon.svg);
}
}
&-captcha {
label {
display: block;