PluginProbe
Extendify / 1.17.1
Extendify v1.17.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 0.7.0 All 126 releases
extendify / src / Assist / app.css

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

66 lines 1.6 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 {
7 --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
8 --tw-ring-offset-width: 0px;
9 --tw-ring-offset-color: transparent;
10 --tw-ring-color: var(--ext-design-main, #2c39bd);
11 --tw-translate-x: 0;
12 --tw-translate-y: 0;
13 --tw-rotate: 0;
14 --tw-skew-x: 0;
15 --tw-skew-y: 0;
16 --tw-scale-x: 1;
17 --tw-scale-y: 1;
18 }
19
20 .extendify-assist *,
21 .extendify-assist *:after,
22 .extendify-assist *:before {
23 box-sizing: border-box;
24 border: 0 solid #e5e7eb;
25 }
26 .hide-checkmark::before {
27 content: none;
28 }
29
30 .extendify-assist-upload-logo .components-responsive-wrapper {
31 @apply w-full;
32 }
33 .extendify-assist-upload-logo .components-responsive-wrapper > span {
34 display: block;
35 padding-bottom: 192px !important;
36 }
37 body[class*="_page_extendify-assist"] #wpcontent {
38 @apply p-0;
39 }
40 .ext-force-overflow-auto {
41 @apply overflow-auto;
42 }
43 .extendify-assist *:not(.dashicons) {
44 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
45 Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
46 }
47 .extendify-assist .input-focus {
48 @apply text-sm outline-none ring-design-main focus:shadow-none focus:ring-wp;
49 }
50 .extendify-assist-settings
51 .components-form-toggle
52 .components-form-toggle__track {
53 @apply border border-solid border-black;
54 }
55 .extendify-assist-settings
56 .components-form-toggle.is-checked
57 .components-form-toggle__track {
58 @apply bg-design-main;
59 }
60 .extendify-assist-settings
61 .components-form-toggle
62 .components-form-toggle__input:focus
63 + .components-form-toggle__track {
64 @apply shadow-toggle;
65 }
66