Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 23, 2023
1 parent 8b7cbff commit 5b22d58
Show file tree
Hide file tree
Showing 17 changed files with 6,795 additions and 6,744 deletions.
30 changes: 27 additions & 3 deletions bin/copy-dsfr-to-public.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/copy-dsfr-to-public.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

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

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

.ri-arrow-down-s-fill::before,
.ri-arrow-down-s-fill::after {
-webkit-mask-image: url("../../icons/remixicon/arrow-down-s-fill.svg");
Expand All @@ -136,6 +130,12 @@
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");
mask-image: url("../../icons/remixicon/calendar-line.svg");
}

.fr-icon-theme-fill::before,
.fr-icon-theme-fill::after {
-webkit-mask-image: url("../../icons/system/fr--theme-fill.svg");
Expand Down Expand Up @@ -243,11 +243,6 @@
background-image: url("../../icons/remixicon/clipboard-line.svg");
}

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

.ri-arrow-down-s-fill::before,
.ri-arrow-down-s-fill::after {
background-image: url("../../icons/remixicon/arrow-down-s-fill.svg");
Expand All @@ -258,6 +253,11 @@
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");
}

.fr-icon-theme-fill::before,
.fr-icon-theme-fill::after {
background-image: url("../../icons/system/fr--theme-fill.svg");
Expand Down
Loading

0 comments on commit 5b22d58

Please sign in to comment.