Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 6, 2023
1 parent 9fabd85 commit 5807d4c
Show file tree
Hide file tree
Showing 17 changed files with 4,983 additions and 4,981 deletions.
80 changes: 40 additions & 40 deletions dsfr/utility/icons/icons.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
.fr-icon-checkbox-circle-line::before,
.fr-icon-checkbox-circle-line::after {
-webkit-mask-image: url("../../icons/system/checkbox-circle-line.svg");
mask-image: url("../../icons/system/checkbox-circle-line.svg");
}

.ri-ancient-gate-fill::before,
.ri-ancient-gate-fill::after {
-webkit-mask-image: url("../../icons/remixicon/ancient-gate-fill.svg");
mask-image: url("../../icons/remixicon/ancient-gate-fill.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 @@ -28,6 +16,18 @@
mask-image: url("../../icons/finance/bank-card-line.svg");
}

.fr-icon-checkbox-circle-line::before,
.fr-icon-checkbox-circle-line::after {
-webkit-mask-image: url("../../icons/system/checkbox-circle-line.svg");
mask-image: url("../../icons/system/checkbox-circle-line.svg");
}

.ri-ancient-gate-fill::before,
.ri-ancient-gate-fill::after {
-webkit-mask-image: url("../../icons/remixicon/ancient-gate-fill.svg");
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");
Expand Down Expand Up @@ -100,12 +100,6 @@
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 @@ -118,10 +112,10 @@
mask-image: url("../../icons/remixicon/clipboard-line.svg");
}

.ri-arrow-up-s-fill::before,
.ri-arrow-up-s-fill::after {
-webkit-mask-image: url("../../icons/remixicon/arrow-up-s-fill.svg");
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");
}

.ri-arrow-down-s-fill::before,
Expand All @@ -130,6 +124,12 @@
mask-image: url("../../icons/remixicon/arrow-down-s-fill.svg");
}

.ri-arrow-up-s-fill::before,
.ri-arrow-up-s-fill::after {
-webkit-mask-image: url("../../icons/remixicon/arrow-up-s-fill.svg");
mask-image: url("../../icons/remixicon/arrow-up-s-fill.svg");
}

.ri-calendar-line::before,
.ri-calendar-line::after {
-webkit-mask-image: url("../../icons/remixicon/calendar-line.svg");
Expand All @@ -143,16 +143,6 @@
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.fr-icon-checkbox-circle-line::before,
.fr-icon-checkbox-circle-line::after {
background-image: url("../../icons/system/checkbox-circle-line.svg");
}

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

.fr-icon-chat-check-fill::before,
.fr-icon-chat-check-fill::after {
background-image: url("../../icons/communication/chat-check-fill.svg");
Expand All @@ -168,6 +158,16 @@
background-image: url("../../icons/finance/bank-card-line.svg");
}

.fr-icon-checkbox-circle-line::before,
.fr-icon-checkbox-circle-line::after {
background-image: url("../../icons/system/checkbox-circle-line.svg");
}

.ri-ancient-gate-fill::before,
.ri-ancient-gate-fill::after {
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");
Expand Down Expand Up @@ -228,11 +228,6 @@
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 @@ -243,16 +238,21 @@
background-image: url("../../icons/remixicon/clipboard-line.svg");
}

.ri-arrow-up-s-fill::before,
.ri-arrow-up-s-fill::after {
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");
}

.ri-arrow-down-s-fill::before,
.ri-arrow-down-s-fill::after {
background-image: url("../../icons/remixicon/arrow-down-s-fill.svg");
}

.ri-arrow-up-s-fill::before,
.ri-arrow-up-s-fill::after {
background-image: url("../../icons/remixicon/arrow-up-s-fill.svg");
}

.ri-calendar-line::before,
.ri-calendar-line::after {
background-image: url("../../icons/remixicon/calendar-line.svg");
Expand Down
Loading

0 comments on commit 5807d4c

Please sign in to comment.