PluginProbe ʕ •ᴥ•ʔ
PiWeb Delivery & Pickup Date Time for WooCommerce / 3.0.49.69
PiWeb Delivery & Pickup Date Time for WooCommerce v3.0.49.69
3.0.63 3.0.62 3.0.61 3.0.60 3.0.49.49 3.0.49.6 3.0.49.60 3.0.49.61 3.0.49.62 3.0.49.63 3.0.49.64 3.0.49.66 3.0.49.67 3.0.49.69 3.0.49.7 3.0.49.70 3.0.49.72 3.0.49.73 3.0.49.74 3.0.49.76 3.0.49.77 3.0.49.79 3.0.49.9 3.0.49.90 3.0.49.91 3.0.49.92 3.0.49.93 3.0.49.94 3.0.49.96 3.0.49.97 3.0.49.99 trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 2.9.17 3.0.47 3.0.49 3.0.49.1 3.0.49.10 3.0.49.11 3.0.49.12 3.0.49.13 3.0.49.16 3.0.49.17 3.0.49.19 3.0.49.2 3.0.49.20 3.0.49.21 3.0.49.22 3.0.49.23 3.0.49.24 3.0.49.26 3.0.49.27 3.0.49.29 3.0.49.3 3.0.49.30 3.0.49.31 3.0.49.32 3.0.49.33 3.0.49.34 3.0.49.36 3.0.49.37 3.0.49.39 3.0.49.4 3.0.49.40 3.0.49.41 3.0.49.42 3.0.49.43 3.0.49.44 3.0.49.46 3.0.49.47
pi-woocommerce-order-date-time-and-type / admin / css / style.css
pi-woocommerce-order-date-time-and-type / admin / css Last commit date
images 9 months ago bootstrap.css 9 months ago jquery-ui.css 9 months ago jquery.timepicker.min.css 9 months ago style.css 9 months ago
style.css
299 lines
1 .pisol_grid {
2 display: grid;
3 grid-template-columns: 1fr 2fr 1fr;
4 grid-gap: 20px;
5 padding: 10px;
6 }
7
8 .pisol-main-wrap-area {
9 display: flex;
10 }
11
12 .pisol-form-container {
13 width: 70%;
14 }
15
16 .pisol-msg-container {
17 width: 30%;
18 }
19
20 .pisol-msg-container .postbox {
21 margin-top: 10px;
22 margin-bottom: 10px;
23 }
24
25 .pisol-heading {
26 font-size: 14px;
27 padding: 8px 12px;
28 margin: 0;
29 line-height: 1.4;
30 }
31
32 .pisol-cover {
33 background: rgba(0, 0, 0, 0.5);
34 position: absolute;
35 top: 0;
36 left: 0;
37 width: calc(100% - 10px);
38 height: 100%;
39 display: flex;
40 align-items: center;
41 justify-content: center;
42 text-align: center;
43 color: #fff;
44 }
45
46 .pisol-cover div {
47 background: rgba(255, 255, 255, 0.6);
48 padding: 10px;
49 color: #000;
50 }
51
52 .pisol-offer {
53 background: green !important;
54 color: #fff;
55 }
56
57 .pisol-offer .pisol-heading {
58 color: #fff;
59 }
60
61 .pisol_grid small {
62 color: #bbb;
63 }
64
65 .pisol_grid textarea {
66 width: 100%;
67 }
68
69 .pi-icon {
70 text-decoration: none;
71 vertical-align: middle;
72 }
73
74 .pi-clear-value {
75 position: absolute;
76 right: 15px;
77 top: 0px;
78 }
79
80 .pi-slot-clear {
81 position: absolute;
82 right: 20px;
83 top: 50%;
84 margin-top: -10px;
85 cursor: pointer;
86 font-size: 12px;
87 }
88
89 .slot_time_picker {
90 width: 100% !important;
91 }
92
93 .ui-corner-all {
94 padding-left: 0px !important;
95 padding-right: 0px !important;
96 font-size: 12px !important;
97 }
98
99 .slot_time_picker {
100 font-size: 12px !important;
101 }
102
103 .select2-selection__choice {
104 background: var(--dark) !important;
105 opacity:0.75;
106 color: #fff;
107 border: 0px !important;
108 }
109
110 .select2-selection__choice__remove {
111 color: #fff !important;
112 }
113
114 .pi-edd-current-time-box {
115 position: fixed;
116 right: 0px;
117 bottom: 0;
118 width: 150px;
119 padding: 5px;
120 background: rgba(100, 100, 100, 0.5);
121 color: #fff;
122 }
123
124 .tab-icon{
125 width: 18px;
126 height: 18px;
127 vertical-align: middle;
128 margin-right: 8px;
129 display: inline-block;
130 }
131
132 #pi_general_time_slot_delivery_container input[type="number"],
133 #pi_general_time_slot_pickup_container input[type="number"] {
134 font-size:10px;
135 padding-left:0px;
136 padding-right:0px;
137 }
138
139 /* side menu */
140 #pisol-side-menu{
141 background: linear-gradient(135deg, #1a4562, #2f6c8c, #1a4562);
142 color:#fff;
143 padding:10px;
144 border-radius:10px;
145 display:flex;
146 flex-direction: column;
147 color:#fff;
148 gap:15px;
149 }
150
151 .pi-sticky{
152 position: sticky;
153 top: 60px;
154 }
155
156
157 #pisol-side-menu a{
158 color:#fff !important;
159 padding:0px 10px;
160 transition:all 0.3s ease;
161 letter-spacing: 1.2px;
162 font-weight:600;
163 }
164
165 #pisol-side-menu a .dashicons{
166 font-size:18px !important;
167 }
168
169 #pisol-side-menu a:hover, #pisol-side-menu a.active{
170 text-decoration: none;
171 color: #ccc !important;
172 font-weight:bold;
173 }
174
175 #pisol-side-menu a.bg-primary, #pisol-side-menu a.bg-secondary, #pisol-side-menu a.bg-warning{
176 background: transparent !important;
177 border:0 !important
178 }
179
180
181 #pi-special-button{
182 background: #fff;
183 color: var(--primary);
184 padding: 7px 15px;
185 border-radius: 20px;
186 text-decoration: none;
187 font-weight: bold;
188 display: inline-block;
189 transition: background 0.3s ease;
190 margin-right:20px;
191
192 &:hover {
193 background: #ccc;
194 }
195 }
196
197 .pisol-form-element-row small{
198 color:#1a4562;
199 margin-top:10px;
200 display:block;
201 font-style: italic;
202 }
203
204 .pi-info-links{
205 display: inline-block;
206 margin:10px 10px 0 0;
207 }
208
209 .field-type-setting_category small, .field-type-switch_category small{
210 margin-top:10px;
211 display:block;
212 }
213
214 .field-type-setting_category .pi-info-links, .field-type-switch_category .pi-info-links{
215 color:#fff !important;
216 }
217
218 .pi-info-links:before{
219 content: "\1F517";
220 margin-right:5px;
221 }
222
223 .bootstrap-wrapper .pi-shadow{
224 box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
225 position:relative;
226 background: linear-gradient(135deg, #1a4562 0%, #2c6a89 50%, #163f59 100%);
227 z-index:1;
228 }
229
230 .bootstrap-wrapper .pi-shadow li, .bootstrap-wrapper .pi-shadow h6, .bootstrap-wrapper .pi-shadow h4{
231 color:#fff !important;
232 }
233
234 .bootstrap-wrapper .pi-shadow hr{
235 border-color:#1a4562 !important;
236 }
237
238 h4.pi-bottom-banner{
239 font-size: 18px;
240 margin-bottom:15px;
241 text-align: center;
242 }
243
244 .opacity-0 {
245 opacity: 0 !important;
246 }
247
248 .opacity-25 {
249 opacity: 0.25 !important;
250 }
251
252 .opacity-50 {
253 opacity: 0.5 !important;
254 }
255
256 .opacity-75 {
257 opacity: 0.75 !important;
258 }
259
260 .opacity-100 {
261 opacity: 1 !important;
262 }
263
264 .bootstrap-wrapper .force-white-text label{
265 color:#fff !important;
266 }
267
268 .pi-step-close{
269 padding:0 !important;
270 background:transparent !important;
271 border:0px !important;
272 cursor:pointer;
273
274 & span{
275 color:var(--primary) !important;
276 }
277 }
278
279 #pi_general_time_slot_delivery_container:empty:before{
280 content:"Set general delivery time slots for all days of the week.";
281 display:flex;
282 width:100%;
283 min-height:300px;
284 align-items:center;
285 justify-content:center;
286 font-size:1rem;
287 text-align:center;
288 }
289
290 #pi_general_time_slot_pickup_container:empty:before{
291 content:"Set general pickup time slots for all days of the week.";
292 display:flex;
293 width:100%;
294 min-height:300px;
295 align-items:center;
296 justify-content:center;
297 font-size:1rem;
298 text-align:center;
299 }