feat: on hover, preview the module / charge (#138)
This shows the impact adding the module / charge would have, and colouring the statistics accordingly.
This commit is contained in:
7
src/components/ShipAttribute/ShipAttribute.module.css
Normal file
7
src/components/ShipAttribute/ShipAttribute.module.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.increase {
|
||||
color: #8dc169;
|
||||
}
|
||||
|
||||
.decrease {
|
||||
color: #ff454b;
|
||||
}
|
||||
Reference in New Issue
Block a user