Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 19, 2024
1 parent 5eefcbc commit 8627654
Show file tree
Hide file tree
Showing 16 changed files with 5,272 additions and 5,273 deletions.
2 changes: 0 additions & 2 deletions dsfr/dsfr.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
* DSFR v1.12.1 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
*/

@charset "UTF-8";

/* ¯¯¯¯¯¯¯¯¯ *\
CORE
\* ˍˍˍˍˍˍˍˍˍ */
Expand Down
2 changes: 1 addition & 1 deletion dsfr/dsfr.min.css

Large diffs are not rendered by default.

7,224 changes: 3,612 additions & 3,612 deletions dsfr/utility/icons/icons.json

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions dsfr/utility/icons/icons.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
mask-image: url("../../icons/remixicon/ancient-gate-fill.svg");
}

.ri-information-line::before,
.ri-information-line::after {
-webkit-mask-image: url("../../icons/remixicon/information-line.svg");
mask-image: url("../../icons/remixicon/information-line.svg");
}

.fr-icon-chat-check-fill::before,
.fr-icon-chat-check-fill::after {
-webkit-mask-image: url("../../icons/communication/chat-check-fill.svg");
Expand All @@ -46,12 +52,6 @@
mask-image: url("../../icons/system/fr--warning-fill.svg");
}

.ri-information-line::before,
.ri-information-line::after {
-webkit-mask-image: url("../../icons/remixicon/information-line.svg");
mask-image: url("../../icons/remixicon/information-line.svg");
}

.fr-icon-mail-fill::before,
.fr-icon-mail-fill::after {
-webkit-mask-image: url("../../icons/business/mail-fill.svg");
Expand Down Expand Up @@ -124,6 +124,12 @@
mask-image: url("../../icons/system/add-line.svg");
}

.ri-palette-line::before,
.ri-palette-line::after {
-webkit-mask-image: url("../../icons/remixicon/palette-line.svg");
mask-image: url("../../icons/remixicon/palette-line.svg");
}

.fr-icon-check-line::before,
.fr-icon-check-line::after {
-webkit-mask-image: url("../../icons/system/check-line.svg");
Expand All @@ -148,12 +154,6 @@
mask-image: url("../../icons/remixicon/arrow-up-s-fill.svg");
}

.ri-palette-line::before,
.ri-palette-line::after {
-webkit-mask-image: url("../../icons/remixicon/palette-line.svg");
mask-image: url("../../icons/remixicon/palette-line.svg");
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.fr-icon-theme-fill::before,
.fr-icon-theme-fill::after {
Expand All @@ -175,6 +175,11 @@
background-image: url("../../icons/remixicon/ancient-gate-fill.svg");
}

.ri-information-line::before,
.ri-information-line::after {
background-image: url("../../icons/remixicon/information-line.svg");
}

.fr-icon-chat-check-fill::before,
.fr-icon-chat-check-fill::after {
background-image: url("../../icons/communication/chat-check-fill.svg");
Expand All @@ -195,11 +200,6 @@
background-image: url("../../icons/system/fr--warning-fill.svg");
}

.ri-information-line::before,
.ri-information-line::after {
background-image: url("../../icons/remixicon/information-line.svg");
}

.fr-icon-mail-fill::before,
.fr-icon-mail-fill::after {
background-image: url("../../icons/business/mail-fill.svg");
Expand Down Expand Up @@ -260,6 +260,11 @@
background-image: url("../../icons/system/add-line.svg");
}

.ri-palette-line::before,
.ri-palette-line::after {
background-image: url("../../icons/remixicon/palette-line.svg");
}

.fr-icon-check-line::before,
.fr-icon-check-line::after {
background-image: url("../../icons/system/check-line.svg");
Expand All @@ -280,11 +285,6 @@
background-image: url("../../icons/remixicon/arrow-up-s-fill.svg");
}

.ri-palette-line::before,
.ri-palette-line::after {
background-image: url("../../icons/remixicon/palette-line.svg");
}

}

[target=_blank][class^=ri-]::after,
Expand Down
2 changes: 1 addition & 1 deletion fr/generatedFromCss/classNames.d.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 8627654

Please sign in to comment.