| 1 |
@import "tailwindcss" source(none) important; |
| 2 |
@import "../tailwind.css" source(none); |
| 3 |
@source "."; |
| 4 |
|
| 5 |
.hide-checkmark::before { |
| 6 |
content: none; |
| 7 |
} |
| 8 |
|
| 9 |
/* no-prefix */ |
| 10 |
.extendify-assist-upload-logo .components-responsive-wrapper { |
| 11 |
@apply w-full!; |
| 12 |
} |
| 13 |
/* no-prefix */ |
| 14 |
.extendify-assist-upload-logo .components-responsive-wrapper > span { |
| 15 |
display: block; |
| 16 |
padding-bottom: 192px !important; |
| 17 |
} |
| 18 |
/* no-prefix */ |
| 19 |
body[class*="_page_extendify-assist"] #wpcontent { |
| 20 |
@apply p-0!; |
| 21 |
} |
| 22 |
/* no-prefix */ |
| 23 |
.ext-force-overflow-auto { |
| 24 |
@apply overflow-auto!; |
| 25 |
} |
| 26 |
*:not(.dashicons) { |
| 27 |
font-family: |
| 28 |
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, |
| 29 |
Cantarell, "Helvetica Neue", sans-serif; |
| 30 |
} |
| 31 |
.input-focus { |
| 32 |
@apply text-sm! outline-hidden! ring-design-main! focus:shadow-none! focus:ring-wp!; |
| 33 |
} |
| 34 |
/* no-prefix */ |
| 35 |
.extendify-assist-settings .components-form-toggle |
| 36 |
.components-form-toggle__track { |
| 37 |
@apply border! border-solid! border-black!; |
| 38 |
} |
| 39 |
/* no-prefix */ |
| 40 |
.extendify-assist-settings .components-form-toggle.is-checked |
| 41 |
.components-form-toggle__track { |
| 42 |
@apply bg-design-main!; |
| 43 |
} |
| 44 |
/* no-prefix */ |
| 45 |
.extendify-assist-settings .components-form-toggle |
| 46 |
.components-form-toggle__input:focus |
| 47 |
+ .components-form-toggle__track { |
| 48 |
@apply shadow-toggle!; |
| 49 |
} |
| 50 |
|