mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
adjust item card for light theme
This commit is contained in:
@@ -93,6 +93,12 @@
|
|||||||
transition: opacity 0.2s ease-in-out;
|
transition: opacity 0.2s ease-in-out;
|
||||||
transition: scale 0.2s linear;
|
transition: scale 0.2s linear;
|
||||||
|
|
||||||
|
@mixin light {
|
||||||
|
svg {
|
||||||
|
stroke: var(--theme-colors-background);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transform: scale(1.1);
|
transform: scale(1.1);
|
||||||
@@ -115,6 +121,12 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
padding: var(--theme-spacing-md);
|
padding: var(--theme-spacing-md);
|
||||||
|
|
||||||
|
@mixin light {
|
||||||
|
svg {
|
||||||
|
stroke: var(--theme-colors-background);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.secondary-button.options {
|
.secondary-button.options {
|
||||||
|
|||||||
Reference in New Issue
Block a user