|
28 | 28 | mask-image: url("../../icons/system/fr--theme-fill.svg"); |
29 | 29 | } |
30 | 30 |
|
31 | | -.fr-icon-chat-check-fill::before, |
32 | | -.fr-icon-chat-check-fill::after { |
33 | | - -webkit-mask-image: url("../../icons/communication/chat-check-fill.svg"); |
34 | | - mask-image: url("../../icons/communication/chat-check-fill.svg"); |
35 | | -} |
36 | | - |
37 | | -.fr-icon-git-commit-fill::before, |
38 | | -.fr-icon-git-commit-fill::after { |
39 | | - -webkit-mask-image: url("../../icons/development/git-commit-fill.svg"); |
40 | | - mask-image: url("../../icons/development/git-commit-fill.svg"); |
41 | | -} |
42 | | - |
43 | | -.fr-icon-bank-card-line::before, |
44 | | -.fr-icon-bank-card-line::after { |
45 | | - -webkit-mask-image: url("../../icons/finance/bank-card-line.svg"); |
46 | | - mask-image: url("../../icons/finance/bank-card-line.svg"); |
47 | | -} |
48 | | - |
49 | 31 | .fr-icon-checkbox-circle-line::before, |
50 | 32 | .fr-icon-checkbox-circle-line::after { |
51 | 33 | -webkit-mask-image: url("../../icons/system/checkbox-circle-line.svg"); |
|
106 | 88 | mask-image: url("../../icons/remixicon/id-card-line.svg"); |
107 | 89 | } |
108 | 90 |
|
109 | | -.ri-account-box-line::before, |
110 | | -.ri-account-box-line::after { |
111 | | - -webkit-mask-image: url("../../icons/remixicon/account-box-line.svg"); |
112 | | - mask-image: url("../../icons/remixicon/account-box-line.svg"); |
113 | | -} |
114 | | - |
115 | 91 | .ri-logout-box-line::before, |
116 | 92 | .ri-logout-box-line::after { |
117 | 93 | -webkit-mask-image: url("../../icons/remixicon/logout-box-line.svg"); |
118 | 94 | mask-image: url("../../icons/remixicon/logout-box-line.svg"); |
119 | 95 | } |
120 | 96 |
|
| 97 | +.ri-account-box-line::before, |
| 98 | +.ri-account-box-line::after { |
| 99 | + -webkit-mask-image: url("../../icons/remixicon/account-box-line.svg"); |
| 100 | + mask-image: url("../../icons/remixicon/account-box-line.svg"); |
| 101 | +} |
| 102 | + |
121 | 103 | .fr-icon-alert-line::before, |
122 | 104 | .fr-icon-alert-line::after { |
123 | 105 | -webkit-mask-image: url("../../icons/system/alert-line.svg"); |
|
172 | 154 | mask-image: url("../../icons/system/search-line.svg"); |
173 | 155 | } |
174 | 156 |
|
| 157 | +.ri-palette-line::before, |
| 158 | +.ri-palette-line::after { |
| 159 | + -webkit-mask-image: url("../../icons/remixicon/palette-line.svg"); |
| 160 | + mask-image: url("../../icons/remixicon/palette-line.svg"); |
| 161 | +} |
| 162 | + |
175 | 163 | .fr-icon-check-line::before, |
176 | 164 | .fr-icon-check-line::after { |
177 | 165 | -webkit-mask-image: url("../../icons/system/check-line.svg"); |
|
184 | 172 | mask-image: url("../../icons/remixicon/clipboard-line.svg"); |
185 | 173 | } |
186 | 174 |
|
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 | 175 | .ri-arrow-down-s-fill::before, |
194 | 176 | .ri-arrow-down-s-fill::after { |
195 | 177 | -webkit-mask-image: url("../../icons/remixicon/arrow-down-s-fill.svg"); |
|
202 | 184 | mask-image: url("../../icons/remixicon/arrow-up-s-fill.svg"); |
203 | 185 | } |
204 | 186 |
|
| 187 | +.fr-icon-chat-check-fill::before, |
| 188 | +.fr-icon-chat-check-fill::after { |
| 189 | + -webkit-mask-image: url("../../icons/communication/chat-check-fill.svg"); |
| 190 | + mask-image: url("../../icons/communication/chat-check-fill.svg"); |
| 191 | +} |
| 192 | + |
| 193 | +.fr-icon-git-commit-fill::before, |
| 194 | +.fr-icon-git-commit-fill::after { |
| 195 | + -webkit-mask-image: url("../../icons/development/git-commit-fill.svg"); |
| 196 | + mask-image: url("../../icons/development/git-commit-fill.svg"); |
| 197 | +} |
| 198 | + |
| 199 | +.fr-icon-bank-card-line::before, |
| 200 | +.fr-icon-bank-card-line::after { |
| 201 | + -webkit-mask-image: url("../../icons/finance/bank-card-line.svg"); |
| 202 | + mask-image: url("../../icons/finance/bank-card-line.svg"); |
| 203 | +} |
| 204 | + |
205 | 205 | @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { |
206 | 206 | .fr-icon-translate-2::before, |
207 | 207 | .fr-icon-translate-2::after { |
|
228 | 228 | background-image: url("../../icons/system/fr--theme-fill.svg"); |
229 | 229 | } |
230 | 230 |
|
231 | | - .fr-icon-chat-check-fill::before, |
232 | | - .fr-icon-chat-check-fill::after { |
233 | | - background-image: url("../../icons/communication/chat-check-fill.svg"); |
234 | | - } |
235 | | - |
236 | | - .fr-icon-git-commit-fill::before, |
237 | | - .fr-icon-git-commit-fill::after { |
238 | | - background-image: url("../../icons/development/git-commit-fill.svg"); |
239 | | - } |
240 | | - |
241 | | - .fr-icon-bank-card-line::before, |
242 | | - .fr-icon-bank-card-line::after { |
243 | | - background-image: url("../../icons/finance/bank-card-line.svg"); |
244 | | - } |
245 | | - |
246 | 231 | .fr-icon-checkbox-circle-line::before, |
247 | 232 | .fr-icon-checkbox-circle-line::after { |
248 | 233 | background-image: url("../../icons/system/checkbox-circle-line.svg"); |
|
293 | 278 | background-image: url("../../icons/remixicon/id-card-line.svg"); |
294 | 279 | } |
295 | 280 |
|
296 | | - .ri-account-box-line::before, |
297 | | - .ri-account-box-line::after { |
298 | | - background-image: url("../../icons/remixicon/account-box-line.svg"); |
299 | | - } |
300 | | - |
301 | 281 | .ri-logout-box-line::before, |
302 | 282 | .ri-logout-box-line::after { |
303 | 283 | background-image: url("../../icons/remixicon/logout-box-line.svg"); |
304 | 284 | } |
305 | 285 |
|
| 286 | + .ri-account-box-line::before, |
| 287 | + .ri-account-box-line::after { |
| 288 | + background-image: url("../../icons/remixicon/account-box-line.svg"); |
| 289 | + } |
| 290 | + |
306 | 291 | .fr-icon-alert-line::before, |
307 | 292 | .fr-icon-alert-line::after { |
308 | 293 | background-image: url("../../icons/system/alert-line.svg"); |
|
348 | 333 | background-image: url("../../icons/system/search-line.svg"); |
349 | 334 | } |
350 | 335 |
|
| 336 | + .ri-palette-line::before, |
| 337 | + .ri-palette-line::after { |
| 338 | + background-image: url("../../icons/remixicon/palette-line.svg"); |
| 339 | + } |
| 340 | + |
351 | 341 | .fr-icon-check-line::before, |
352 | 342 | .fr-icon-check-line::after { |
353 | 343 | background-image: url("../../icons/system/check-line.svg"); |
|
358 | 348 | background-image: url("../../icons/remixicon/clipboard-line.svg"); |
359 | 349 | } |
360 | 350 |
|
361 | | - .ri-palette-line::before, |
362 | | - .ri-palette-line::after { |
363 | | - background-image: url("../../icons/remixicon/palette-line.svg"); |
364 | | - } |
365 | | - |
366 | 351 | .ri-arrow-down-s-fill::before, |
367 | 352 | .ri-arrow-down-s-fill::after { |
368 | 353 | background-image: url("../../icons/remixicon/arrow-down-s-fill.svg"); |
|
373 | 358 | background-image: url("../../icons/remixicon/arrow-up-s-fill.svg"); |
374 | 359 | } |
375 | 360 |
|
| 361 | + .fr-icon-chat-check-fill::before, |
| 362 | + .fr-icon-chat-check-fill::after { |
| 363 | + background-image: url("../../icons/communication/chat-check-fill.svg"); |
| 364 | + } |
| 365 | + |
| 366 | + .fr-icon-git-commit-fill::before, |
| 367 | + .fr-icon-git-commit-fill::after { |
| 368 | + background-image: url("../../icons/development/git-commit-fill.svg"); |
| 369 | + } |
| 370 | + |
| 371 | + .fr-icon-bank-card-line::before, |
| 372 | + .fr-icon-bank-card-line::after { |
| 373 | + background-image: url("../../icons/finance/bank-card-line.svg"); |
| 374 | + } |
| 375 | + |
376 | 376 | } |
377 | 377 |
|
378 | 378 | [target=_blank][class^=ri-]::after, |
|
0 commit comments