fix: larger, brighter icons on dashboard and tables (-md, -sm sizes)
This commit is contained in:
+9
-9
@@ -1707,21 +1707,21 @@ select option { background: var(--bg-surface2); }
|
||||
}
|
||||
|
||||
.stratagem-icon-md {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
width: 52px;
|
||||
height: 52px;
|
||||
object-fit: contain;
|
||||
filter: invert(1) sepia(1) saturate(3) hue-rotate(0deg) brightness(1.1);
|
||||
opacity: 0.85;
|
||||
filter: invert(1) sepia(1) saturate(4) hue-rotate(0deg) brightness(1.25) drop-shadow(0 0 5px rgba(255,210,0,0.3));
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.stratagem-icon-sm {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
object-fit: contain;
|
||||
filter: invert(1) sepia(1) saturate(2) hue-rotate(0deg) brightness(1);
|
||||
opacity: 0.7;
|
||||
filter: invert(1) sepia(1) saturate(3) hue-rotate(0deg) brightness(1.2);
|
||||
opacity: 0.9;
|
||||
vertical-align: middle;
|
||||
margin-right: 5px;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
/* Icon shake animation */
|
||||
|
||||
Reference in New Issue
Block a user