]>
Commit | Line | Data |
---|---|---|
1 | @import "ui-mixins"; | |
2 | @import "ui-variables"; | |
3 | ||
4 | .key-binding { | |
5 | background: #fff; | |
6 | border: 1px solid lighten(@base-border-color, 20%); | |
7 | text-shadow: none; | |
8 | display: inline-block; | |
9 | line-height: 100%; | |
10 | border-radius: @component-border-radius; | |
11 | margin-left: @component-icon-padding; | |
12 | font-family: Helvetica, Arial, sans-serif; | |
13 | font-size: @font-size - 1px; | |
14 | padding: @component-padding / 2; | |
15 | } | |
16 | ||
17 | .badge { | |
18 | .text(highlight); | |
19 | background: @background-color-highlight; | |
20 | } |