-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
13dfd69
commit d08e3d5
Showing
5 changed files
with
69 additions
and
6 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
examples/webpack-demo-vanilla-bundle/src/examples/example05.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 6 additions & 5 deletions
11
examples/webpack-demo-vanilla-bundle/src/examples/example06.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
@import '@slickgrid-universal/common/dist/styles/sass/slickgrid-theme-material.scss'; | ||
|
||
.icon.mdi-file-pdf-outline { | ||
.mdi-file-pdf-outline { | ||
/** 1. use `filter` color */ | ||
// filter: invert(62%) sepia(93%) saturate(5654%) hue-rotate(325deg) brightness(100%) contrast(90%); | ||
|
||
/** 2. or use the SASS @mixin that will produce the `filter` color */ | ||
@include recolor(#f14668, 0.9); | ||
} | ||
|
||
.icon.mdi-folder, .icon.mdi-folder-open { | ||
.mdi-folder, .mdi-folder-open { | ||
@include recolor(#ffa500, 0.9); | ||
} | ||
.icon.mdi-file-music-outline { | ||
.mdi-file-music-outline { | ||
@include recolor(#3298dc, 0.9); | ||
} | ||
.icon.mdi-file-excel-outline { | ||
.mdi-file-excel-outline { | ||
@include recolor(#1E9F75, 0.9); | ||
} | ||
.icon.mdi-file-document-outline { | ||
.mdi-file-document-outline, | ||
.mdi-file-question-outline { | ||
@include recolor(#686868, 0.9); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters