|
28 | 28 | mask-image: url("../../icons/system/fr--theme-fill.svg");
|
29 | 29 | }
|
30 | 30 |
|
| 31 | +.fr-icon-checkbox-circle-line::before, |
| 32 | +.fr-icon-checkbox-circle-line::after { |
| 33 | + -webkit-mask-image: url("../../icons/system/checkbox-circle-line.svg"); |
| 34 | + mask-image: url("../../icons/system/checkbox-circle-line.svg"); |
| 35 | +} |
| 36 | + |
| 37 | +.ri-ancient-gate-fill::before, |
| 38 | +.ri-ancient-gate-fill::after { |
| 39 | + -webkit-mask-image: url("../../icons/remixicon/ancient-gate-fill.svg"); |
| 40 | + mask-image: url("../../icons/remixicon/ancient-gate-fill.svg"); |
| 41 | +} |
| 42 | + |
31 | 43 | .fr-icon-chat-check-fill::before,
|
32 | 44 | .fr-icon-chat-check-fill::after {
|
33 | 45 | -webkit-mask-image: url("../../icons/communication/chat-check-fill.svg");
|
|
46 | 58 | mask-image: url("../../icons/finance/bank-card-line.svg");
|
47 | 59 | }
|
48 | 60 |
|
49 |
| -.fr-icon-checkbox-circle-line::before, |
50 |
| -.fr-icon-checkbox-circle-line::after { |
51 |
| - -webkit-mask-image: url("../../icons/system/checkbox-circle-line.svg"); |
52 |
| - mask-image: url("../../icons/system/checkbox-circle-line.svg"); |
53 |
| -} |
54 |
| - |
55 |
| -.ri-ancient-gate-fill::before, |
56 |
| -.ri-ancient-gate-fill::after { |
57 |
| - -webkit-mask-image: url("../../icons/remixicon/ancient-gate-fill.svg"); |
58 |
| - mask-image: url("../../icons/remixicon/ancient-gate-fill.svg"); |
59 |
| -} |
60 |
| - |
61 | 61 | .ri-information-line::before,
|
62 | 62 | .ri-information-line::after {
|
63 | 63 | -webkit-mask-image: url("../../icons/remixicon/information-line.svg");
|
|
70 | 70 | mask-image: url("../../icons/system/fr--warning-fill.svg");
|
71 | 71 | }
|
72 | 72 |
|
73 |
| -.fr-icon-alert-line::before, |
74 |
| -.fr-icon-alert-line::after { |
75 |
| - -webkit-mask-image: url("../../icons/system/alert-line.svg"); |
76 |
| - mask-image: url("../../icons/system/alert-line.svg"); |
77 |
| -} |
78 |
| - |
79 |
| -.fr-icon-delete-line::before, |
80 |
| -.fr-icon-delete-line::after { |
81 |
| - -webkit-mask-image: url("../../icons/system/delete-bin-line.svg"); |
82 |
| - mask-image: url("../../icons/system/delete-bin-line.svg"); |
83 |
| -} |
84 |
| - |
85 | 73 | .fr-icon-mail-fill::before,
|
86 | 74 | .fr-icon-mail-fill::after {
|
87 | 75 | -webkit-mask-image: url("../../icons/business/mail-fill.svg");
|
|
130 | 118 | mask-image: url("../../icons/remixicon/logout-box-line.svg");
|
131 | 119 | }
|
132 | 120 |
|
| 121 | +.fr-icon-alert-line::before, |
| 122 | +.fr-icon-alert-line::after { |
| 123 | + -webkit-mask-image: url("../../icons/system/alert-line.svg"); |
| 124 | + mask-image: url("../../icons/system/alert-line.svg"); |
| 125 | +} |
| 126 | + |
| 127 | +.fr-icon-delete-line::before, |
| 128 | +.fr-icon-delete-line::after { |
| 129 | + -webkit-mask-image: url("../../icons/system/delete-bin-line.svg"); |
| 130 | + mask-image: url("../../icons/system/delete-bin-line.svg"); |
| 131 | +} |
| 132 | + |
133 | 133 | .ri-check-line::before,
|
134 | 134 | .ri-check-line::after {
|
135 | 135 | -webkit-mask-image: url("../../icons/remixicon/check-line.svg");
|
|
172 | 172 | mask-image: url("../../icons/system/search-line.svg");
|
173 | 173 | }
|
174 | 174 |
|
175 |
| -.ri-palette-line::before, |
176 |
| -.ri-palette-line::after { |
177 |
| - -webkit-mask-image: url("../../icons/remixicon/palette-line.svg"); |
178 |
| - mask-image: url("../../icons/remixicon/palette-line.svg"); |
179 |
| -} |
180 |
| - |
181 | 175 | .fr-icon-check-line::before,
|
182 | 176 | .fr-icon-check-line::after {
|
183 | 177 | -webkit-mask-image: url("../../icons/system/check-line.svg");
|
|
190 | 184 | mask-image: url("../../icons/remixicon/clipboard-line.svg");
|
191 | 185 | }
|
192 | 186 |
|
| 187 | +.ri-palette-line::before, |
| 188 | +.ri-palette-line::after { |
| 189 | + -webkit-mask-image: url("../../icons/remixicon/palette-line.svg"); |
| 190 | + mask-image: url("../../icons/remixicon/palette-line.svg"); |
| 191 | +} |
| 192 | + |
193 | 193 | .ri-arrow-down-s-fill::before,
|
194 | 194 | .ri-arrow-down-s-fill::after {
|
195 | 195 | -webkit-mask-image: url("../../icons/remixicon/arrow-down-s-fill.svg");
|
|
228 | 228 | background-image: url("../../icons/system/fr--theme-fill.svg");
|
229 | 229 | }
|
230 | 230 |
|
| 231 | + .fr-icon-checkbox-circle-line::before, |
| 232 | + .fr-icon-checkbox-circle-line::after { |
| 233 | + background-image: url("../../icons/system/checkbox-circle-line.svg"); |
| 234 | + } |
| 235 | + |
| 236 | + .ri-ancient-gate-fill::before, |
| 237 | + .ri-ancient-gate-fill::after { |
| 238 | + background-image: url("../../icons/remixicon/ancient-gate-fill.svg"); |
| 239 | + } |
| 240 | + |
231 | 241 | .fr-icon-chat-check-fill::before,
|
232 | 242 | .fr-icon-chat-check-fill::after {
|
233 | 243 | background-image: url("../../icons/communication/chat-check-fill.svg");
|
|
243 | 253 | background-image: url("../../icons/finance/bank-card-line.svg");
|
244 | 254 | }
|
245 | 255 |
|
246 |
| - .fr-icon-checkbox-circle-line::before, |
247 |
| - .fr-icon-checkbox-circle-line::after { |
248 |
| - background-image: url("../../icons/system/checkbox-circle-line.svg"); |
249 |
| - } |
250 |
| - |
251 |
| - .ri-ancient-gate-fill::before, |
252 |
| - .ri-ancient-gate-fill::after { |
253 |
| - background-image: url("../../icons/remixicon/ancient-gate-fill.svg"); |
254 |
| - } |
255 |
| - |
256 | 256 | .ri-information-line::before,
|
257 | 257 | .ri-information-line::after {
|
258 | 258 | background-image: url("../../icons/remixicon/information-line.svg");
|
|
263 | 263 | background-image: url("../../icons/system/fr--warning-fill.svg");
|
264 | 264 | }
|
265 | 265 |
|
266 |
| - .fr-icon-alert-line::before, |
267 |
| - .fr-icon-alert-line::after { |
268 |
| - background-image: url("../../icons/system/alert-line.svg"); |
269 |
| - } |
270 |
| - |
271 |
| - .fr-icon-delete-line::before, |
272 |
| - .fr-icon-delete-line::after { |
273 |
| - background-image: url("../../icons/system/delete-bin-line.svg"); |
274 |
| - } |
275 |
| - |
276 | 266 | .fr-icon-mail-fill::before,
|
277 | 267 | .fr-icon-mail-fill::after {
|
278 | 268 | background-image: url("../../icons/business/mail-fill.svg");
|
|
313 | 303 | background-image: url("../../icons/remixicon/logout-box-line.svg");
|
314 | 304 | }
|
315 | 305 |
|
| 306 | + .fr-icon-alert-line::before, |
| 307 | + .fr-icon-alert-line::after { |
| 308 | + background-image: url("../../icons/system/alert-line.svg"); |
| 309 | + } |
| 310 | + |
| 311 | + .fr-icon-delete-line::before, |
| 312 | + .fr-icon-delete-line::after { |
| 313 | + background-image: url("../../icons/system/delete-bin-line.svg"); |
| 314 | + } |
| 315 | + |
316 | 316 | .ri-check-line::before,
|
317 | 317 | .ri-check-line::after {
|
318 | 318 | background-image: url("../../icons/remixicon/check-line.svg");
|
|
348 | 348 | background-image: url("../../icons/system/search-line.svg");
|
349 | 349 | }
|
350 | 350 |
|
351 |
| - .ri-palette-line::before, |
352 |
| - .ri-palette-line::after { |
353 |
| - background-image: url("../../icons/remixicon/palette-line.svg"); |
354 |
| - } |
355 |
| - |
356 | 351 | .fr-icon-check-line::before,
|
357 | 352 | .fr-icon-check-line::after {
|
358 | 353 | background-image: url("../../icons/system/check-line.svg");
|
|
363 | 358 | background-image: url("../../icons/remixicon/clipboard-line.svg");
|
364 | 359 | }
|
365 | 360 |
|
| 361 | + .ri-palette-line::before, |
| 362 | + .ri-palette-line::after { |
| 363 | + background-image: url("../../icons/remixicon/palette-line.svg"); |
| 364 | + } |
| 365 | + |
366 | 366 | .ri-arrow-down-s-fill::before,
|
367 | 367 | .ri-arrow-down-s-fill::after {
|
368 | 368 | background-image: url("../../icons/remixicon/arrow-down-s-fill.svg");
|
|
0 commit comments