Files
coriolis/src/less/movement.less
Willyb321 4a38f2e02e add less
2018-12-03 08:37:48 +11:00

15 lines
184 B
Plaintext
Executable File

#movement {
svg {
width: 75%;
height: 75%;
stroke: @primary-disabled;
fill: @primary-disabled;
text {
stroke: @primary;
font-size: 2em;
}
}
}