generated from nhcarrigan/template
20 lines
415 B
Plaintext
20 lines
415 B
Plaintext
|
|
||
|
// Key Binding
|
||
|
// -------------------
|
||
|
|
||
|
// Styles key-bindings used in a Select List
|
||
|
// Overrides: Bootstrap's `kbd`.
|
||
|
|
||
|
|
||
|
.key-binding {
|
||
|
display: inline-block;
|
||
|
margin-left: 1px;
|
||
|
padding: 0 @component-padding/2;
|
||
|
line-height: 2;
|
||
|
font-family: 'Helvetica Neue', Arial, sans-serif;
|
||
|
font-size: .8em;
|
||
|
letter-spacing: 1px;
|
||
|
border-radius: @component-border-radius;
|
||
|
background-color: @app-background-color;
|
||
|
}
|