mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
15 lines
184 B
Plaintext
Executable File
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;
|
|
}
|
|
}
|
|
}
|