PluginProbe
WP Coder – Insert & Manage Code Snippets / 3.0.4
WP Coder – Insert & Manage Code Snippets v3.0.4
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
← All changes | assets/css/admin.css +33 -491 3.53.0.4 View file →
@@ -1,5 +1,4 @@
1 -@charset "UTF-8";
2 1 :root {
3 2 --wowp-blue: #005BBF;
4 3 --wowp-yellow: #FFD500;
5 4 --wowp-border: #cccccc;
@@ -40,10 +39,11 @@
40 39 }
41 40
42 41 .wowp-header {
43 42 position: relative;
44 - padding: 32px 36px;
43 + padding: 32px 20px;
45 44 margin-left: -20px;
45 + background: #ffffff;
46 46 display: flex;
47 47 align-items: center;
48 48 gap: 1rem;
49 49 flex-wrap: wrap;
@@ -48,29 +48,8 @@
48 48 gap: 1rem;
49 49 flex-wrap: wrap;
50 50 }
51 51
52 -.wowp-header-title {
53 - display: flex;
54 - align-items: center;
55 - background: #ffffff;
56 - padding: 22px 36px;
57 - margin-left: -20px;
58 - border-top: 1px solid #dcdcdc;
59 - border-bottom: 1px solid #dcdcdc;
60 -}
61 -.wowp-header-title h2 {
62 - font-size: 22px;
63 - font-weight: 600;
64 - margin: 0;
65 -}
66 -.wowp-header-title .button {
67 - margin-left: 20px;
68 -}
69 -.wowp-header-title .wowp-notice-license {
70 - margin-left: 20px;
71 -}
72 -
73 52 .wowp-logo {
74 53 display: flex;
75 54 align-items: center;
76 55 }
@@ -92,11 +71,17 @@
92 71 }
93 72
94 73 .wowp-links {
95 74 position: absolute;
96 - bottom: 0;
97 - left: 36px;
75 + top: 0;
76 + right: 20px;
98 77 display: flex;
78 + border-radius: 0 0 4px 4px;
79 + border: 2px solid;
80 + border-top: none;
81 + background-color: #DFE2FC;
82 + border-image: linear-gradient(to right, #14102C, #E86E2C);
83 + border-image-slice: 1;
99 84 }
100 85 @media screen and (max-width: 850px) {
101 86 .wowp-links {
102 87 display: none;
@@ -108,8 +93,9 @@
108 93 }
109 94
110 95 .wowp-links a {
111 96 text-decoration: none;
97 + color: #14102C;
112 98 display: flex;
113 99 flex-direction: column;
114 100 font-size: 12px;
115 101 align-items: center;
@@ -117,18 +103,16 @@
117 103 transition: all 0.15s linear;
118 104 }
119 105
120 106 .wowp-links a:hover {
121 - color: #14102C;
107 + background-color: #F6C8AF;
122 108 }
123 109
124 -.wowp-links .codericon,
125 110 .wowp-links .dashicons {
126 111 width: 15px;
127 112 height: 15px;
128 113 font-size: 15px;
129 114 color: #596FF9;
130 - display: none;
131 115 }
132 116
133 117 .wowp-wrap .nav-tab-wrapper .nav-tab-active {
134 118 color: var(--wowp-blue);
@@ -134,9 +118,9 @@
134 118 color: var(--wowp-blue);
135 119 }
136 120
137 121 .wowp-list {
138 - padding: 50px 36px 50px 16px;
122 + padding: 50px 0;
139 123 }
140 124
141 125 @media screen and (max-width: 782px) {
142 126 .wowp-list td.column-mode span:first-child {
@@ -165,20 +149,8 @@
165 149 .wowp-status-off {
166 150 background-color: red;
167 151 }
168 152
169 -.wowp-settings #titlewrap input {
170 - padding: 3px 8px;
171 - font-size: 1.7em;
172 - line-height: 100%;
173 - height: 1.7em;
174 - width: 100%;
175 - outline: none;
176 - margin: 0 0 3px;
177 - background-color: #fff;
178 - border-radius: 0;
179 -}
180 -
181 153 .wowp-wrap fieldset {
182 154 border: 2px solid var(--wowp-border);
183 155 padding: 20px;
184 156 display: flex;
@@ -196,10 +168,9 @@
196 168 .wowp-field {
197 169 position: relative;
198 170 box-sizing: border-box;
199 171 }
200 -.wowp-field input:not([type=checkbox], [type=radio], .wp-color-picker, .wp-picker-clear, .button),
201 -.wowp-field select {
172 +.wowp-field > input:not([type=checkbox], [type=radio]), .wowp-field > select {
202 173 height: 40px;
203 174 line-height: 40px;
204 175 width: 100%;
205 176 border: 1px solid var(--wowp-blue);
@@ -204,12 +175,8 @@
204 175 width: 100%;
205 176 border: 1px solid var(--wowp-blue);
206 177 max-width: 100%;
207 178 }
208 -.wowp-field textarea {
209 - width: 100%;
210 - min-height: 350px;
211 -}
212 179 .wowp-field .label {
213 180 position: absolute;
214 181 top: 0;
215 182 left: 10px;
@@ -217,14 +184,13 @@
217 184 font-size: 12px;
218 185 font-weight: 700;
219 186 padding: 0 5px;
220 187 color: #004A9B;
221 - z-index: 9;
222 188 }
223 189 .wowp-field .label:after {
224 190 position: absolute;
225 191 content: " ";
226 - height: 4px;
192 + height: 3px;
227 193 background: #fff;
228 194 width: 100%;
229 195 top: 50%;
230 196 left: 0;
@@ -230,46 +196,8 @@
230 196 left: 0;
231 197 z-index: -1;
232 198 transform: translateY(-50%);
233 199 }
234 -.wowp-field .label.wowp-info:before {
235 - position: absolute;
236 - content: "?";
237 - top: 0;
238 - left: calc(100% - 5px);
239 - font-size: 10px;
240 - color: var(--wowp-dark);
241 - transform: translateY(calc(-50% ));
242 - font-weight: bold;
243 -}
244 -.wowp-field .label.wowp-info:hover:before {
245 - position: absolute;
246 - top: 0;
247 - left: 0;
248 - background-color: #2B222A;
249 - border-radius: 5px;
250 - color: #fff;
251 - content: attr(data-info);
252 - padding: 5px 10px;
253 - text-transform: none;
254 - width: 160px;
255 - transform: translateY(calc(-100% - 7px));
256 - word-wrap: break-word;
257 - white-space: break-spaces;
258 - line-height: 1.1;
259 - font-weight: normal;
260 - font-size: 12px;
261 -}
262 -.wowp-field .wowp-download-img {
263 - position: absolute;
264 - top: 0;
265 - right: 5px;
266 - transform: translateY(-100%);
267 - font-weight: 600;
268 - font-size: 8px;
269 - cursor: pointer;
270 - color: var(--wowp-dark);
271 -}
272 200
273 201 .wowp-field {
274 202 width: calc(100%/3 - 15px/2 - 2.5px);
275 203 }
@@ -278,9 +206,9 @@
278 206 width: 100%;
279 207 }
280 208 }
281 209
282 -.wowp-field.has-checkbox {
210 +.wowp-field.has-chackbox {
283 211 display: flex;
284 212 padding: 0 8px;
285 213 align-items: center;
286 214 border: 1px solid var(--wowp-blue);
@@ -290,16 +218,16 @@
290 218 gap: 8px;
291 219 width: calc(100%/3 - 15px/2 - 2.5px - 2.5px);
292 220 }
293 221 @media screen and (max-width: 1024px) {
294 - .wowp-field.has-checkbox {
222 + .wowp-field.has-chackbox {
295 223 width: 100%;
296 224 }
297 225 }
298 -.wowp-field.has-checkbox input[type=checkbox] {
299 - margin: 0 8px 0 0;
226 +.wowp-field.has-chackbox input[type=checkbox] {
227 + margin: 0;
300 228 }
301 -.wowp-field.has-checkbox .label {
229 +.wowp-field.has-chackbox .label {
302 230 line-height: initial;
303 231 }
304 232
305 233 .wowp-field.has-addon {
@@ -306,14 +234,13 @@
306 234 display: flex;
307 235 align-items: center;
308 236 }
309 237 .wowp-field.has-addon .is-addon {
310 - order: -1;
311 - box-sizing: border-box;
238 + box-sizing: inherit;
312 239 height: 40px;
313 240 line-height: 40px;
314 241 padding: 0 8px;
315 - background-color: #ffffff;
242 + background-color: #DFE2FC;
316 243 color: var(--wowp-dark);
317 244 border: 1px solid var(--wowp-blue);
318 245 border-radius: 3px 0 0 3px;
319 246 border-right: none;
@@ -318,63 +245,12 @@
318 245 border-radius: 3px 0 0 3px;
319 246 border-right: none;
320 247 margin-right: -2px;
321 248 }
322 -.wowp-field.has-addon select,
323 249 .wowp-field.has-addon input:not([type=checkbox], [type=radio]) {
324 - box-sizing: border-box;
325 250 border-radius: 0 3px 3px 0;
326 - border-left: none;
327 251 }
328 -.wowp-field.has-addon select[readonly] + .is-addon,
329 -.wowp-field.has-addon input:not([type=checkbox], [type=radio])[readonly] + .is-addon {
330 - background-color: #f0f0f1;
331 -}
332 -.wowp-field.has-addon select:focus,
333 -.wowp-field.has-addon input:not([type=checkbox], [type=radio]):focus {
334 - box-shadow: none;
335 -}
336 -.wowp-field.has-addon:has(input:focus) {
337 - box-shadow: 0 0 0 1px #2271b1;
338 - border-radius: 3px;
339 -}
340 -.wowp-field.has-addon.has-background .is-addon {
341 - background-color: #DFE2FC;
342 -}
343 252
344 -.wowp-field.has-addon-right label {
345 - display: flex;
346 - align-items: center;
347 -}
348 -.wowp-field.has-addon-right label .is-addon {
349 - order: 1;
350 - box-sizing: border-box;
351 - height: 40px;
352 - line-height: 40px;
353 - padding: 0 8px;
354 - background-color: #ffffff;
355 - color: var(--wowp-dark);
356 - border: 1px solid var(--wowp-blue);
357 - border-radius: 0 3px 3px 0;
358 - border-left: none;
359 - margin-left: -2px;
360 -}
361 -.wowp-field.has-addon-right label select,
362 -.wowp-field.has-addon-right label input:not([type=checkbox], [type=radio]) {
363 - border-radius: 3px 0 0 3px;
364 -}
365 -.wowp-field.has-addon-right label select:focus + .is-addon,
366 -.wowp-field.has-addon-right label input:not([type=checkbox], [type=radio]):focus + .is-addon {
367 - box-shadow: 0 0 0 1px #2271b1;
368 -}
369 -.wowp-field.has-addon-right:has(input:focus) {
370 - box-shadow: 0 0 0 1px #2271b1;
371 - border-radius: 3px;
372 -}
373 -.wowp-field.has-addon-right.has-background .is-addon {
374 - background-color: #DFE2FC;
375 -}
376 -
377 253 .wowp-field.has-addon .is-addon .dashicons {
378 254 line-height: 40px;
379 255 }
380 256
@@ -391,76 +267,16 @@
391 267 width: 100%;
392 268 }
393 269
394 270 .wowp-fields-group {
395 - position: relative;
396 271 display: flex;
397 272 gap: 15px;
398 273 flex-wrap: wrap;
399 274 width: 100%;
400 - box-sizing: border-box;
401 275 }
402 276
403 -.wowp-wrap .large-text.code {
404 - background: #32373c;
405 - color: rgba(240, 245, 250, 0.7);
406 - font-size: 12px;
407 - font-family: Menlo, Monaco, monospace;
408 - display: block;
409 - overflow: auto;
410 - white-space: pre;
411 - width: 100%;
412 - height: 450px;
413 - padding: 10px;
414 - outline: none;
415 -}
416 -
417 -.wowp-code-nav {
418 - position: relative;
419 - min-height: 30px;
420 -}
421 -
422 -.wowp-snippet__list + .wowp-snippet__list {
423 - border-top: 1px dashed #8c8f94;
424 -}
425 -.wowp-snippet__list dt {
426 - padding-top: 0.5rem;
427 -}
428 -.wowp-snippet__list dt:has(input:checked) {
429 - background-color: #f0f0f1;
430 - margin-inline: -1.25rem;
431 - padding-inline: 1.25rem;
432 - transition: background-color 0.2s ease-out;
433 -}
434 -.wowp-snippet__list dt:has(input:checked) + dd {
435 - background-color: #f0f0f1;
436 - margin-inline: -1.25rem;
437 - padding-inline: calc(1.25rem + 24px) 1.25rem;
438 - transition: background-color 0.2s ease-out;
439 -}
440 -.wowp-snippet__list dt label {
441 - font-weight: 700;
442 - font-size: 16px;
443 -}
444 -.wowp-snippet__list dt input {
445 - margin-right: 8px;
446 -}
447 -.wowp-snippet__list dd {
448 - padding-top: 8px;
449 - margin-left: 0;
450 - padding-left: 24px;
451 -}
452 -.wowp-snippet__list dd:not(:last-child) {
453 - padding-bottom: 8px;
454 - margin-bottom: 0;
455 - border-bottom: 1px dashed #8c8f94;
456 -}
457 -
458 277 .wowp-notice {
459 - padding: 22px;
460 - border-right: none;
461 - border-top: none;
462 - border-bottom: none;
278 + padding: 0.75rem 1.25rem;
463 279 }
464 280
465 281 .wowp-error {
466 282 background: #FAD0D0;
@@ -474,47 +290,8 @@
474 290 color: #14102C;
475 291 border-left: 6px solid #109610;
476 292 }
477 293
478 -.wowp-notice {
479 - --notification-color: var(--wowp-success);
480 - position: relative;
481 - background-color: color-mix(in srgb, var(--notification-color) 7%, white);
482 - border-width: 1px;
483 - border-style: solid;
484 - border-color: var(--notification-color);
485 - padding-block: 1.25rem;
486 - padding-inline: 3rem 1.25rem;
487 - border-radius: 4px;
488 - margin-block: 15px;
489 -}
490 -.wowp-notice:before {
491 - position: absolute;
492 - left: 0.5rem;
493 - top: 50%;
494 - transform: translateY(-50%);
495 - content: "";
496 - font-family: dashicons;
497 - font-size: 1.5rem;
498 - width: 2rem;
499 - height: 2rem;
500 - display: flex;
501 - align-items: center;
502 - justify-content: center;
503 - color: var(--notification-color);
504 -}
505 -.wowp-notice:after {
506 - position: absolute;
507 - content: "";
508 - left: 0;
509 - top: 50%;
510 - transform: translateY(-50%);
511 - height: 2rem;
512 - width: 3px;
513 - border-radius: 0 3px 3px 0;
514 - background-color: var(--notification-color);
515 -}
516 -
517 294 .wowp-file input::file-selector-button {
518 295 color: #14102C;
519 296 padding: 0.5em;
520 297 border: thin solid var(--wowp-yellow);
@@ -524,12 +301,8 @@
524 301 .wowp-file input[type=file]:valid {
525 302 color: var(--wowp-orange);
526 303 }
527 304
528 -.wowp-settings #poststuff {
529 - padding-top: 0;
530 - margin-top: 15px;
531 -}
532 305 .wowp-settings h4 {
533 306 display: flex;
534 307 width: max-content;
535 308 gap: 8px;
@@ -547,9 +320,9 @@
547 320 padding: 4px 8px;
548 321 border-radius: 25px;
549 322 }
550 323
551 -.codericon {
324 +.wowp-icon {
552 325 color: var(--wowp-orange);
553 326 }
554 327
555 328 .nav-tab-wrapper.wowp-tab {
@@ -561,9 +334,8 @@
561 334 border-bottom: 1px solid #ffffff;
562 335 }
563 336
564 337 .wowp-tab-content {
565 - position: relative;
566 338 padding: 1.5rem 1.25rem;
567 339 background-color: #ffffff;
568 340 border-width: 1px;
569 341 border-style: solid;
@@ -569,14 +341,12 @@
569 341 border-style: solid;
570 342 border-image: linear-gradient(to bottom, var(--wowp-blue), var(--wowp-yellow)) 1 100%;
571 343 }
572 344 .wowp-tab-content .tab-content {
573 - position: absolute;
574 - left: -9999%;
345 + display: none;
575 346 }
576 347 .wowp-tab-content .tab-content.tab-content-active {
577 - position: relative;
578 - left: 0;
348 + display: block;
579 349 }
580 350
581 351 .wowp-text-helper {
582 352 width: 100%;
@@ -581,8 +351,15 @@
581 351 .wowp-text-helper {
582 352 width: 100%;
583 353 }
584 354
355 +.CodeMirror {
356 + border: 1px solid var(--wowp-border);
357 + font-size: 13px;
358 + resize: vertical;
359 + overflow: auto;
360 +}
361 +
585 362 .wowp-sidebar-pub-section {
586 363 display: flex;
587 364 flex-direction: column;
588 365 gap: 15px;
@@ -603,9 +380,8 @@
603 380 text-decoration: none;
604 381 }
605 382 .wowp-sidebar-pub-section .wowp-field input:not([type=checkbox], [type=radio]) {
606 383 height: 32px;
607 - line-height: 32px;
608 384 }
609 385
610 386 .wowp-sidebar-pub-section [list]::-webkit-calendar-picker-indicator {
611 387 display: none !important;
@@ -641,27 +417,8 @@
641 417 border-color: #760200;
642 418 color: #ffffff;
643 419 }
644 420
645 -.button-editor {
646 - right: 0;
647 - bottom: 2px;
648 - cursor: pointer;
649 - padding: 5px 10px;
650 - background-color: var(--wowp-border);
651 - color: var(--wowp-dark);
652 - border-radius: 4px;
653 - display: block;
654 -}
655 -.button-editor:focus, .button-editor:hover {
656 - background-color: var(--wowp-yellow);
657 -}
658 -
659 -.add-img-btn {
660 - align-self: flex-end;
661 - text-align: right;
662 -}
663 -
664 421 .has-tooltip {
665 422 position: relative;
666 423 cursor: help;
667 424 }
@@ -778,45 +535,8 @@
778 535 .wowp-toogle.is-off:focus span, .wowp-toogle.is-off:hover span {
779 536 background-color: #760200;
780 537 }
781 538
782 -.wowp-input-group {
783 - position: relative;
784 - display: flex;
785 -}
786 -.wowp-input-group .wowp-copy {
787 - display: flex;
788 - align-items: center;
789 - padding: 0 5px;
790 - cursor: pointer;
791 - color: var(--wowp-blue);
792 - transform: translateX(-100%);
793 -}
794 -.wowp-input-group .wowp-copy:hover {
795 - color: var(--wowp-dark);
796 -}
797 -.wowp-input-group input {
798 - padding-right: 21px;
799 -}
800 -
801 -.wpcoder-expand {
802 - margin-top: 8px;
803 -}
804 -
805 -.wpcoder-expand__title {
806 - color: var(--wowp-blue);
807 - font-weight: 600;
808 - font-size: 14px;
809 - cursor: pointer;
810 -}
811 -
812 -.wpcoder-expand__content {
813 - padding-block: 8px;
814 -}
815 -
816 -.wowp-wrap {
817 - padding: 22px 16px 50px 16px;
818 -}
819 539 .wowp-wrap .has-shadow {
820 540 box-shadow: 0 0 10px 3px rgba(0, 91, 191, 0.1);
821 541 }
822 542 .wowp-wrap .has-padding {
@@ -838,20 +558,8 @@
838 558 }
839 559 .wowp-wrap .has-mt {
840 560 margin-top: 24px;
841 561 }
842 -.wowp-wrap .color-red {
843 - color: #760200;
844 -}
845 -.wowp-wrap .color-green {
846 - color: #109610;
847 -}
848 -.wowp-wrap .is-relative {
849 - position: relative;
850 -}
851 -.wowp-wrap ._m-is-auto {
852 - margin-inline-start: auto;
853 -}
854 562
855 563 .w_block {
856 564 background-color: #ebf3ff;
857 565 padding: 50px 32px;
@@ -987,173 +695,7 @@
987 695 }
988 696
989 697 .w_boxes__3-col {
990 698 grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
991 -}
992 -
993 -@media screen and (max-width: 850px) {
994 - .wowp-feature-box {
995 - display: none;
996 - }
997 -}
998 -.wowp-feature-box .hndle {
999 - color: var(--wowp-orange);
1000 -}
1001 -
1002 -.wowp-feature .wowp-feature-title {
1003 - color: var(--wowp-dark);
1004 - font-weight: bold;
1005 - padding-bottom: 6px;
1006 - font-size: 15px;
1007 -}
1008 -.wowp-feature .wowp-feature-desc {
1009 - margin-left: 0;
1010 - padding-bottom: 6px;
1011 - margin-bottom: 12px;
1012 -}
1013 -.wowp-feature .wowp-feature-desc:not(:last-child) {
1014 - border-bottom: 1px dashed var(--wowp-bg);
1015 -}
1016 -.wowp-feature .minimal-price {
1017 - color: var(--wowp-blue);
1018 -}
1019 -
1020 -.changelog-list {
1021 - max-width: 750px;
1022 - margin-inline: auto;
1023 -}
1024 -.changelog-list h4 {
1025 - font-size: 22px;
1026 - padding-bottom: 0.75rem;
1027 - border-bottom: 2px solid #FADFD0;
1028 - margin-bottom: 1rem;
1029 - display: inline-block;
1030 -}
1031 -.changelog-list ul li {
1032 - font-size: 16px;
1033 - line-height: 1.5;
1034 - padding-left: 8px;
1035 -}
1036 -.changelog-list ul li::marker {
1037 - font-size: 12px;
1038 -}
1039 -.changelog-list ul li.added::marker {
1040 - content: "✅";
1041 -}
1042 -.changelog-list ul li.fixed::marker {
1043 - content: "🛠";
1044 -}
1045 -.changelog-list ul li.initial::marker {
1046 - content: "📢";
1047 -}
1048 -
1049 -#code-attributes .dashicons,
1050 -#dequeue .dashicons,
1051 -#includes-files .dashicons,
1052 -#schedule .dashicons,
1053 -#display-rules .dashicons {
1054 - color: var(--wowp-danger);
1055 - cursor: pointer;
1056 - position: absolute;
1057 - right: 0;
1058 - top: 0;
1059 - transform: translateX(calc(100% + 5px));
1060 -}
1061 -
1062 -.CodeMirror {
1063 - border: 1px solid var(--wowp-border);
1064 - font-size: 13px;
1065 - width: 100%;
1066 - min-height: 60vh !important;
1067 - height: calc(100vh - 295px) !important;
1068 - box-sizing: border-box;
1069 -}
1070 -
1071 -.wpcoder-global-php .CodeMirror-sizer:before {
1072 - content: "<?php\a defined( 'ABSPATH' ) || exit;\a\a";
1073 - white-space: pre;
1074 -}
1075 -
1076 -.wpcoder-global-php .CodeMirror-sizer:before {
1077 - color: #848A8A;
1078 - position: absolute;
1079 -}
1080 -
1081 -.wpcoder-global-php .CodeMirror-lines {
1082 - padding-top: 50px;
1083 -}
1084 -
1085 -.highlighted-gutter {
1086 - background-color: #e8f2ff;
1087 - border-left: 5px solid var(--wowp-orange);
1088 -}
1089 -
1090 -.wowp-notification {
1091 - --notification-color: var(--wowp-dark);
1092 - position: relative;
1093 - background-color: color-mix(in srgb, var(--notification-color) 7%, white);
1094 - border-width: 1px;
1095 - border-style: solid;
1096 - border-color: var(--notification-color);
1097 - padding-block: 1.25rem;
1098 - padding-inline: 3rem 1.25rem;
1099 - border-radius: 4px;
1100 - margin-block: 15px;
1101 -}
1102 -.wowp-notification:before {
1103 - position: absolute;
1104 - left: 0.5rem;
1105 - top: 50%;
1106 - transform: translateY(-50%);
1107 - content: "";
1108 - font-family: dashicons;
1109 - font-size: 1.5rem;
1110 - width: 2rem;
1111 - height: 2rem;
1112 - display: flex;
1113 - align-items: center;
1114 - justify-content: center;
1115 - color: var(--notification-color);
1116 -}
1117 -.wowp-notification:after {
1118 - position: absolute;
1119 - content: "";
1120 - left: 0;
1121 - top: 50%;
1122 - transform: translateY(-50%);
1123 - height: 2rem;
1124 - width: 3px;
1125 - border-radius: 0 3px 3px 0;
1126 - background-color: var(--notification-color);
1127 -}
1128 -.wowp-notification.-info {
1129 - --notification-color: var(--wowp-blue);
1130 -}
1131 -.wowp-notification.-info:before {
1132 - content: "";
1133 -}
1134 -.wowp-notification.-warning {
1135 - --notification-color: var(--wowp-yellow);
1136 -}
1137 -.wowp-notification.-warning:before {
1138 - content: "";
1139 -}
1140 -.wowp-notification.-error {
1141 - --notification-color: var(--wowp-danger);
1142 -}
1143 -.wowp-notification.-error:before {
1144 - content: "";
1145 -}
1146 -.wowp-notification.-lock {
1147 - --notification-color: var(--wowp-danger);
1148 -}
1149 -.wowp-notification.-lock:before {
1150 - content: "";
1151 -}
1152 -.wowp-notification.-success {
1153 - --notification-color: var(--wowp-success);
1154 -}
1155 -.wowp-notification.-success:before {
1156 - content: "";
1157 699 }
1158 700
1159 701 /*# sourceMappingURL=admin.css.map */