PluginProbe
Extendify / 2.2.0
Extendify v2.2.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 / app.css

app.css in Extendify 2.2.0, at src/Assist/app.css

71 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Adding CSS classes should be done with consideration and rarely */
2 @tailwind base;
3 @tailwind components;
4 @tailwind utilities;
5
6 .extendify-assist button:not(:disabled) {
7 @apply cursor-pointer;
8 }
9
10 .extendify-assist {
11 --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
12 --tw-ring-offset-width: 0px;
13 --tw-ring-offset-color: transparent;
14 --tw-ring-color: var(--ext-design-main, #2c39bd);
15 --tw-translate-x: 0;
16 --tw-translate-y: 0;
17 --tw-rotate: 0;
18 --tw-skew-x: 0;
19 --tw-skew-y: 0;
20 --tw-scale-x: 1;
21 --tw-scale-y: 1;
22 }
23
24 .extendify-assist *,
25 .extendify-assist *:after,
26 .extendify-assist *:before {
27 box-sizing: border-box;
28 border: 0 solid #e5e7eb;
29 }
30 .hide-checkmark::before {
31 content: none;
32 }
33
34 .extendify-assist-upload-logo .components-responsive-wrapper {
35 @apply w-full;
36 }
37 .extendify-assist-upload-logo .components-responsive-wrapper > span {
38 display: block;
39 padding-bottom: 192px !important;
40 }
41 body[class*="_page_extendify-assist"] #wpcontent {
42 @apply p-0;
43 }
44 .ext-force-overflow-auto {
45 @apply overflow-auto;
46 }
47 .extendify-assist *:not(.dashicons) {
48 font-family:
49 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
50 Cantarell, "Helvetica Neue", sans-serif;
51 }
52 .extendify-assist .input-focus {
53 @apply text-sm outline-none ring-design-main focus:shadow-none focus:ring-wp;
54 }
55 .extendify-assist-settings
56 .components-form-toggle
57 .components-form-toggle__track {
58 @apply border border-solid border-black;
59 }
60 .extendify-assist-settings
61 .components-form-toggle.is-checked
62 .components-form-toggle__track {
63 @apply bg-design-main;
64 }
65 .extendify-assist-settings
66 .components-form-toggle
67 .components-form-toggle__input:focus
68 + .components-form-toggle__track {
69 @apply shadow-toggle;
70 }
71