cleanign unused styles

This commit is contained in:
Antoine M 2024-04-03 12:27:40 +02:00
parent 8135d10152
commit ee13ec4e25

View File

@ -10,7 +10,6 @@ form:not(.metabox-location-side):not(.metabox-location-normal):not(
--gform-theme-control-button-background-color-control: var(--secondary); --gform-theme-control-button-background-color-control: var(--secondary);
--gform-theme-local-background-color: var(--secondary); --gform-theme-local-background-color: var(--secondary);
/* --gform-theme-control-file-drop-area-icon-color: var(--gform-theme-color-inside-control-primary); */
--gform-theme-control-file-drop-area-icon-color: var(--secondary); --gform-theme-control-file-drop-area-icon-color: var(--secondary);
--gform-theme-control-button-background-color-hover-control: var(--secondary-darker); --gform-theme-control-button-background-color-hover-control: var(--secondary-darker);
@ -54,6 +53,7 @@ form:not(.metabox-location-side):not(.metabox-location-normal):not(
@apply !py-6; @apply !py-6;
text-indent: 6px !important; text-indent: 6px !important;
} }
input:not( input:not(
[type='checkbox'], [type='checkbox'],
[type='submit'], [type='submit'],
@ -68,12 +68,8 @@ form:not(.metabox-location-side):not(.metabox-location-normal):not(
@apply !rounded-lg !h-12 !pt-3 !text-base; @apply !rounded-lg !h-12 !pt-3 !text-base;
text-indent: 6px !important; text-indent: 6px !important;
} }
input[type='radio'] {
}
input[type='submit'] { input[type='submit'] {
/* --gform-theme-local-font-weight: 900;
--gform-theme-local-font-size: 3rem; */
@apply !px-8 !py-3 !border-none !rounded-full !font-bold !text-lg; @apply !px-8 !py-3 !border-none !rounded-full !font-bold !text-lg;
} }
input[type='file'] { input[type='file'] {