30 lines
522 B
Plaintext
30 lines
522 B
Plaintext
.captchaWrapper {
|
|
.wea-dialog-body {
|
|
padding: 30px 20px;
|
|
|
|
.wea-form-item-wrapper {
|
|
.wea-error {
|
|
width: 100%;
|
|
|
|
.captchaInputBox {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.wea-input-normal {
|
|
flex: 1;
|
|
}
|
|
|
|
button {
|
|
padding: 8px 10px;
|
|
border-radius: 0;
|
|
min-width: 80px;
|
|
text-align: center;
|
|
height: 30px;
|
|
line-height: 15px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|