feat(approval-domain): add UI for approval domains (#10480)
This commit is contained in:
@ -13,6 +13,10 @@ button {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
form {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* https://stackoverflow.com/questions/44543157/how-to-hide-the-google-invisible-recaptcha-badge */
|
||||
.grecaptcha-badge {
|
||||
visibility: hidden !important;
|
||||
|
||||
Reference in New Issue
Block a user