PluginProbe
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript / 4.0.21
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript v4.0.21
4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.0.30 4.0.29 4.0.28 4.0.27 4.0.26 4.0.24 4.0.25 4.0.23 4.0.22 4.0.21 4.0.19 4.0.18 4.0.17 4.0.16 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 All 169 releases
searchpro / admin / css / global.css

global.css in BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript 4.0.21, at admin/css/global.css

130 lines 2.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bwp-notice {
2 display: flex;
3 margin: 10px 0 !important;
4 gap: 20px;
5 padding: 25px 20px !important;
6 border-radius: 10px;
7 position: relative;
8 box-shadow: none !important;
9 background-color: #ffffff !important;
10 border: 1px solid #ddeaff !important;
11 box-shadow: 0px 0px 5px 2px rgba(83, 113, 167, 0.05) !important;
12 border-radius: 0px;
13 background-color: #e6e8ff !important;
14 border: 1px solid #ded5ff !important;
15 box-shadow: 0px 10px 50px -10px rgba(131, 125, 207, 0.2901960784) !important;
16 margin: 20px auto !important;
17 margin-right: 20px !important;
18 }
19 .bwp-notice.no-title {
20 align-items: center;
21 }
22 .bwp-notice.status-info {
23 background-color: #e6e8ff !important;
24 border: 1px solid #ded5ff !important;
25 }
26 .bwp-notice.status-error {
27 background-color: #ffe1e1 !important;
28 border: 1px solid #ffbaba !important;
29 }
30 .bwp-notice.status-warning {
31 background-color: #ffe6c7 !important;
32 border: 1px solid #ffd094 !important;
33 }
34 .bwp-notice.status-success {
35 background-color: #adffc0 !important;
36 border: 1px solid #8ff783 !important;
37 }
38 .bwp-notice .icon {
39 min-width: 50px;
40 width: 50px;
41 max-width: 50px;
42 height: 50px;
43 border-radius: 50%;
44 background-color: #fff;
45 display: flex;
46 justify-content: center;
47 align-items: center;
48 }
49 .bwp-notice .content p {
50 color: #061a3c;
51 }
52 .bwp-notice .status-tag {
53 text-transform: capitalize;
54 background-color: #a4a4a4;
55 display: inline-block;
56 color: #fff;
57 padding: 3px 10px;
58 font-weight: 400;
59 font-size: 12px;
60 border-radius: 13px;
61 margin-bottom: 5px;
62 display: none;
63 }
64 .bwp-notice .close {
65 position: absolute;
66 right: 20px;
67 top: 20px;
68 opacity: 1;
69 cursor: pointer;
70 }
71 .bwp-notice.error .status-tag {
72 background-color: #ff4c4c !important;
73 }
74 .bwp-notice.warning .status-tag {
75 background-color: #ffb000 !important;
76 }
77 .bwp-notice.success .status-tag {
78 background-color: #1dde59 !important;
79 }
80 .bwp-notice .content h5 {
81 font-size: 15px;
82 margin: 0;
83 margin-bottom: 10px;
84 color: #061a3c;
85 }
86 .bwp-notice .content p {
87 font-size: 14px;
88 padding: 0;
89 color: #061a3c;
90 }
91 .bwp-notice .content .bwp-notice-btn {
92 display: flex;
93 margin-top: 14px;
94 gap: 8px;
95 }
96 .bwp-notice .content .bwp-notice-btn .bwp-btn {
97 text-decoration: none;
98 color: #061a3c;
99 background: #fff;
100 padding: 10px 15px;
101 display: block;
102 line-height: 1;
103 font-size: 13px;
104 border-radius: 6px;
105 border: 1px solid #dbe9fe;
106 }
107 .bwp-notice .content .bwp-notice-btn .bwp-btn.primary {
108 background-color: #5057ff !important;
109 color: #fff !important;
110 }
111
112 .berqwp-loader {
113 width: 20px;
114 float: left;
115 margin-right: 10px;
116 aspect-ratio: 1;
117 border-radius: 50%;
118 border: 4px solid #e5e6ff;
119 border-right-color: #5057ff;
120 animation: l2 1s infinite linear;
121 }
122
123 @keyframes l2 {
124 to {
125 transform: rotate(1turn);
126 }
127 }
128 .bwp-notice.bwp_feedback {
129 display: none;
130 }/*# sourceMappingURL=global.css.map */