mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
15 lines
247 B
Plaintext
Executable File
15 lines
247 B
Plaintext
Executable File
#boost {
|
|
button {
|
|
font-size: 1.2em;
|
|
background: @primary-bg;
|
|
color: @primary;
|
|
border: 1px solid @primary;
|
|
&.selected {
|
|
// Shown when button is selected
|
|
background: @primary;
|
|
color: @primary-bg;
|
|
}
|
|
}
|
|
}
|
|
|