project done before

This commit is contained in:
kicap1992
2021-06-23 18:11:00 +08:00
commit 0e518e25a6
528 changed files with 252846 additions and 0 deletions

View File

@ -0,0 +1,4 @@
@mixin icon-color($color) {
box-shadow: 0px 9px 30px -6px $color;
color: $color;
}