mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Added styling to recaptcha (#21376)
This commit is contained in:
@@ -88,6 +88,14 @@ p {
|
||||
background-color: var(--vp-c-brand-light);
|
||||
}
|
||||
|
||||
:deep(.hs_recaptcha .input .grecaptcha-badge) {
|
||||
box-shadow: none !important;
|
||||
height: 44px !important;
|
||||
transform: scale(0.735);
|
||||
transform-origin: top left;
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
:deep(.hs-error-msgs) {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user