PluginProbe ʕ •ᴥ•ʔ
Robin Image Optimizer – Unlimited Image Optimization, WebP & AVIF / 2.0.6
Robin Image Optimizer – Unlimited Image Optimization, WebP & AVIF v2.0.6
2.0.6 2.0.5 trunk 1.3.7 1.4.0 1.4.1 1.4.2 1.4.6 1.5.0 1.5.3 1.5.6 1.5.8 1.6.5 1.6.6 1.6.9 1.7.0 1.7.4 1.8.1 1.8.2 1.9.0 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4
robin-image-optimizer / admin / assets / css / sweetalert-custom.less
robin-image-optimizer / admin / assets / css Last commit date
base-statistic.css 7 months ago base-statistic.css.map 1 year ago base-statistic.less 7 months ago index.php 3 years ago media.css 7 months ago settings-premium.css 7 months ago statistic.css 3 years ago sweetalert-custom.css 7 months ago sweetalert-custom.css.map 6 years ago sweetalert-custom.less 3 years ago sweetalert2.css 3 years ago wrio-subscribe-widget.css 7 months ago
sweetalert-custom.less
186 lines
1 /* Sub Layer */
2 body[class*="_rio"] .swal2-container.swal2-shown {
3 background: rgba(16, 17, 21, 0.9);
4 z-index: 100000;
5 }
6
7 .wrio-modal {
8 padding: 0 !important;
9
10 .swal2-close {
11 color: rgba(0, 0, 0, .8);
12 }
13
14 .swal2-modal {
15 border-radius: 2px;
16 }
17
18 .swal2-icon {
19 margin-bottom: 25px;
20 }
21
22 .swal2-title {
23 margin: 0;
24 padding: 28px 32px;
25 font-size: 24px;
26 text-align: left;
27 color: #fff !important;
28 background: #3e3e3e !important;
29 }
30
31 .swal2-content {
32 font-size: 14px;
33 padding: 28px 32px;
34 background: #efefef;
35 }
36
37 .swal2-buttonswrapper {
38 margin-top: 0;
39 padding: 22px;
40 background: #F4F7F9;
41
42 a.button svg {
43 margin-right: 12px;
44 vertical-align: -2px;
45 }
46
47 button.loading {
48 border-radius: 100% !important;
49 height: 40px !important;
50 padding: 0 !important;
51 box-shadow: none !important;
52 }
53
54 button.swal2-styled {
55 height: auto;
56 padding: 12px 32px;
57 margin: 10px;
58 font-size: 14px;
59 letter-spacing: 1px;
60 text-transform: uppercase;
61 border-radius: 3px;
62 font-weight: bold;
63 outline: none;
64
65 &.swal2-confirm {
66 background-color: #fdd599 !important;
67 text-shadow: none !important;
68 box-shadow: 0 3px 0 #ceac7a !important;
69 color: #a57b3c !important;
70 }
71
72 &.swal2-cancel {
73 background-color: #d2d2d2 !important;
74 color: #656464 !important;
75 text-shadow: none !important;
76 box-shadow: 0 3px 0 #a9a9a9;
77 /*background-color: #c9deb2 !important;
78 color: #606956 !important;
79 text-shadow: none !important;
80 box-shadow: 0 3px 0 #a7b994;*/
81 }
82
83 &:focus, &:hover {
84 outline: none;
85 text-shadow: none;
86 color: #FFF;
87 }
88 }
89 }
90 }
91
92 .wrio-modal-warning {
93 background: #FF5722 !important;
94
95 .swal2-title {
96 text-align: center;
97 color: #222 !important;
98 background: #efefef !important;
99 }
100
101 .swal2-content {
102 font-size: 16px;
103 padding: 10px 20px 32px;
104 background: #efefef;
105 }
106
107 .swal2-buttonswrapper {
108 background: #efefef;
109 }
110 }
111
112 .wrio-modal-error {
113 background: #dec2c0 !important;
114
115 .swal2-title {
116 text-align: center;
117 color: #222 !important;
118 background: #efefef !important;
119 }
120
121 .swal2-content {
122 font-size: 16px;
123 padding: 10px 20px 32px;
124 background: #efefef;
125 }
126
127 .swal2-buttonswrapper {
128 background: #efefef;
129 }
130 }
131
132 .wrio-modal-optimization-way {
133 background: #1F2332 !important;
134
135 .wrio-swal-subtitle {
136 padding: 0 0 28px;
137 margin-top: 0px;
138 font-weight: 500;
139 font-size: 18px;
140 text-align: left;
141 color: #8c8888;
142 background: #efefef;
143 }
144
145 .wrio-list-infos {
146 margin: 0;
147 padding: 0;
148
149 li {
150 display: flex;
151 align-items: center;
152 padding: 15px 5px;
153 text-align: left;
154 font-size: 14px;
155 line-height: 1.5;
156 color: #8c8888;
157 }
158
159 li:first-child {
160 padding-top: 5px;
161 }
162
163 li:last-child {
164 padding-bottom: 5px;
165 }
166
167 li + li {
168 border-top: 1px solid #E9EFF2;
169 }
170
171 a:before {
172 content: '';
173 display: block;
174 }
175 }
176
177 .wrio-info-icon {
178 flex-grow: 0;
179 flex-basis: 50px;
180 }
181
182 .wrio-info-icon + span {
183 padding-left: 20px;
184 }
185 }
186