12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
|
.key-binding {
|
||
|
background-color: @app-background-color;
|
||
|
border-radius: @component-border-radius;
|
||
|
display: inline-block;
|
||
|
font-family: system-ui;
|
||
|
font-size: 0.8em;
|
||
|
letter-spacing: 1px;
|
||
|
line-height: 2;
|
||
|
margin-left: 1px;
|
||
|
padding: 0 @component-padding / 2;
|
||
|
}
|