PluginProbe
Extendify / 3.1.5
Extendify v3.1.5
3.2.1 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 All 127 releases
extendify / src / Assist / assist.css

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

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