PluginProbe ʕ •ᴥ•ʔ
Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback / 5.1.3
Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback v5.1.3
5.1.3 5.1.2 5.1.1 5.1 5.0 trunk 3.10 3.11 3.12 3.13 3.14 3.15 3.16 3.17 3.18 3.19 3.2.0 3.2.1 3.22 3.22.1 3.22.2 3.22.3 3.22.4 3.22.5 3.22.6 3.3.0 3.3.1 3.3.2 3.3.2.1 3.3.2.2 3.3.3 3.30 3.31 3.32 3.4 3.4.1 3.4.3 3.4.4 3.5 3.5.1 3.6 3.6.1 3.7 3.8 3.9 3.9.1 3.9.2 3.9.3 3.9.4 3.9.6 3.9.6.1 4.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.2 4.1.3 4.2 4.2.1 4.2.2 4.3 4.3.1 4.3.2 4.3.3 4.3.4 4.3.5 4.4
atarim-visual-collaboration / assets / css / settings.css
atarim-visual-collaboration / assets / css Last commit date
atarim-connect-screen.css 3 days ago global.css 3 days ago offboarding.css 3 days ago settings.css 3 days ago
settings.css
171 lines
1 .avc-settings-layout {
2 display: flex;
3 align-items: flex-start;
4 gap: 25px;
5 }
6 .avc_setting_parent {
7 font-family: Arial !important;
8 max-width: 415px;
9 padding-top: 20px;
10 font-size: 13px;
11 font-weight: 500;
12 }
13 .avc-guest-link {
14 padding: 8px 8px;
15 }
16 .avc-guest-collab-link {
17 color: #1D2327;
18 }
19 ul.avc-guest-collab-list {
20 list-style: outside !important;
21 padding-left: 15px;
22 }
23 .avc-label-with-tooltip {
24 display: inline-flex;
25 align-items: center;
26 gap: 6px;
27 }
28 .avc-tooltip {
29 position: relative;
30 display: inline-flex;
31 align-items: center;
32 margin-left: 5px;
33 }
34 .avc-tooltip-trigger {
35 width: 14px;
36 height: 14px;
37 border: 1px solid #1D2327;
38 border-radius: 50%;
39 color: #1D2327;
40 font-size: 11px;
41 font-weight: 500;
42 line-height: 1;
43 display: inline-flex;
44 align-items: center;
45 justify-content: center;
46 cursor: pointer;
47 padding: 0;
48 }
49 .avc-tooltip-content {
50 position: absolute;
51 top: calc(100% - 90px);
52 left: 0;
53 min-width: 260px;
54 max-width: 320px;
55 padding: 10px 12px;
56 border-radius: 6px;
57 background: #1D2327;
58 color: #fff;
59 font-size: 12px;
60 font-weight: 400;
61 line-height: 1.5;
62 text-transform: none;
63 white-space: normal;
64 word-break: break-word;
65 box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
66 z-index: 1000;
67 display: none;
68 }
69 .avc-tooltip:hover .avc-tooltip-content,
70 .avc-tooltip:focus-within .avc-tooltip-content {
71 display: block;
72 }
73 .avc-setting-block {
74 margin-bottom: 24px;
75 }
76 .avc-setting-block label.components-base-control__label, .avc-setting-block label.components-input-control__label {
77 font-size: 12px !important;
78 font-weight: 500 !important;
79 display: inline-block !important;
80 text-transform: uppercase !important;
81 margin-bottom: 6px !important;
82 color: #1D2327 !important;
83 }
84 .avc-setting-block label.components-input-control__label {
85 margin-bottom: 0px !important;
86 }
87 .avc-setting-block .css-1p3m7a8-multiValue .css-9jq23d {
88 text-transform: capitalize;
89 color: #1E1E1E;
90 }
91 .avc-who-can-collaborate .css-19bb58m {
92 opacity: 0;
93 }
94 .avc-auto-login-user select {
95 height: 42px !important;
96 }
97 .avc-setting-block .components-button {
98 display: flex;
99 justify-content: center;
100 align-items: center;
101 margin: 10px 0;
102 }
103 .avc-setting-block .avc-guest-link .components-button {
104 width: 100%;
105 }
106 .avc-guest-link, .avc-who-can-collaborate .css-13cymwt-control, .avc-auto-login-user select {
107 border: 1px solid #949494 !important;
108 border-radius: 4px !important;
109 }
110 .avc_hide {
111 display: none !important;
112 }
113 .avc-notice-column {
114 display: flex;
115 flex: 1 1 auto;
116 align-content: center;
117 justify-content: center;
118 }
119 .avc-notice {
120 padding: 12px 16px;
121 border-radius: 4px;
122 border: 1px solid #ccd0d4;
123 background: #f8fafc;
124 display: flex;
125 align-items: flex-start;
126 gap: 10px;
127 position: relative;
128 max-width: 400px;
129 margin-top: 20px;
130 }
131 .avc-notice-content {
132 flex: 1 1 auto;
133 }
134 .avc-notice-title {
135 font-weight: 600;
136 }
137 .avc-notice-description {
138 margin: 0;
139 font-size: 13px;
140 line-height: 1.5;
141 }
142 .avc-notice-close {
143 border: none;
144 background: transparent;
145 cursor: pointer;
146 font-size: 16px;
147 line-height: 1;
148 padding: 0 4px;
149 color: #555;
150 }
151 .avc-notice-close:hover {
152 color: #000;
153 }
154 .avc_success_message {
155 color: green;
156 }
157
158 /* Enable "Do It" checkbox row */
159 .avc-enable-doit .avc-checkbox-label {
160 cursor: pointer;
161 text-transform: none;
162 font-weight: 400;
163 font-size: 14px;
164 line-height: 1.4;
165 letter-spacing: normal;
166 }
167 .avc-enable-doit .avc-doit-checkbox {
168 margin: 0;
169 flex: 0 0 auto;
170 cursor: pointer;
171 }