PluginProbe
Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback / 4.3
Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback v4.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 All 75 releases
atarim-visual-collaboration / assets / css / settings.css
settings.css
104 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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: 400px;
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 flex: 1;
19 }
20 .avc-setting-block {
21 margin-bottom: 24px;
22 }
23 .avc-setting-block label.components-base-control__label, .avc-setting-block label.components-input-control__label {
24 font-size: 12px !important;
25 font-weight: 500 !important;
26 display: inline-block !important;
27 text-transform: uppercase !important;
28 margin-bottom: 6px !important;
29 color: #1D2327 !important;
30 }
31 .avc-setting-block label.components-input-control__label {
32 margin-bottom: 0px !important;
33 }
34 .avc-setting-block .css-1p3m7a8-multiValue .css-9jq23d {
35 text-transform: capitalize;
36 color: #1E1E1E;
37 }
38 .avc-who-can-collaborate .css-19bb58m {
39 opacity: 0;
40 }
41 .avc-auto-login-user select {
42 height: 42px !important;
43 }
44 .avc-setting-block .components-button {
45 display: flex;
46 justify-content: center;
47 align-items: center;
48 margin: 10px 0;
49 }
50 .avc-setting-block .avc-guest-link .components-button {
51 width: 100%;
52 }
53 .avc-guest-link, .avc-who-can-collaborate .css-13cymwt-control, .avc-auto-login-user select {
54 border: 1px solid #949494 !important;
55 border-radius: 4px !important;
56 }
57 .avc_hide {
58 display: none !important;
59 }
60 .avc-notice-column {
61 display: flex;
62 flex: 1 1 auto;
63 align-content: center;
64 justify-content: center;
65 }
66 .avc-notice {
67 padding: 12px 16px;
68 border-radius: 4px;
69 border: 1px solid #ccd0d4;
70 background: #f8fafc;
71 display: flex;
72 align-items: flex-start;
73 gap: 10px;
74 position: relative;
75 max-width: 400px;
76 margin-top: 20px;
77 }
78 .avc-notice-content {
79 flex: 1 1 auto;
80 }
81 .avc-notice-title {
82 font-weight: 600;
83 }
84 .avc-notice-description {
85 margin: 0;
86 font-size: 13px;
87 line-height: 1.5;
88 }
89 .avc-notice-close {
90 border: none;
91 background: transparent;
92 cursor: pointer;
93 font-size: 16px;
94 line-height: 1;
95 padding: 0 4px;
96 color: #555;
97 }
98 .avc-notice-close:hover {
99 color: #000;
100 }
101 .avc_success_message {
102 color: green;
103 }
104