mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-03 18:36:26 +00:00
20 lines
315 B
Plaintext
20 lines
315 B
Plaintext
.citizen-keyboard-hint {
|
|
display: none;
|
|
gap: var( --space-xs );
|
|
font-size: var( --font-size-x-small );
|
|
line-height: 1;
|
|
|
|
/* Should have a keyboard */
|
|
@media ( hover: hover ) and ( pointer: fine ) {
|
|
display: flex;
|
|
}
|
|
|
|
&-label {
|
|
color: var( --color-base );
|
|
}
|
|
|
|
&-key {
|
|
color: var( --color-subtle );
|
|
}
|
|
}
|