mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-25 03:46:29 +02:00
add transparent icon color variant
This commit is contained in:
@@ -79,6 +79,10 @@ img.size-5xl {
|
||||
color: rgb(255 49 49);
|
||||
}
|
||||
|
||||
.color-transparent {
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.fill {
|
||||
fill: transparent;
|
||||
}
|
||||
@@ -123,6 +127,10 @@ img.size-5xl {
|
||||
fill: rgb(255 49 49);
|
||||
}
|
||||
|
||||
.fill-transparent {
|
||||
fill: transparent;
|
||||
}
|
||||
|
||||
.spin {
|
||||
animation: spin 1s linear infinite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user