PluginProbe
Extendify / 3.1.0
Extendify v3.1.0
3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 0.7.0 All 126 releases
extendify / src / Assist / assist.css

assist.css in Extendify 3.1.0, at src/Assist/assist.css

50 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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