aboutsummaryrefslogtreecommitdiff
path: root/themer/gen/themer-atom-ui/themer-dark-ui/styles/key-binding.less
blob: f0f87268e01df8b27ef709fff43a45e7b0199153 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.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;
}