few refinments
This commit is contained in:
parent
ade2248974
commit
9936355f1e
|
|
@ -37,10 +37,11 @@ form:not(.metabox-location-side):not(.metabox-location-normal):not(.metabox-loca
|
|||
@apply !border-neutral-400 !text-lg !font-semibold !border;
|
||||
line-height: 1 !important;
|
||||
|
||||
&:focus {
|
||||
@apply !border-secondary;
|
||||
/* outline: solid 1px;
|
||||
outline-offset: 5px !important; */
|
||||
&:focus-visible {
|
||||
/* @apply !border-secondary; */
|
||||
outline: solid 1px;
|
||||
outline-offset: 3px !important;
|
||||
@apply outline-primary;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -136,6 +137,9 @@ form:not(.metabox-location-side):not(.metabox-location-normal):not(.metabox-loca
|
|||
@apply !text-secondary !font-semibold;
|
||||
}
|
||||
}
|
||||
.gform_drop_area {
|
||||
@apply !bg-gray !border-neutral-400;
|
||||
}
|
||||
.section_titling + .gform_wrapper {
|
||||
@apply mt-16;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user