mirror of
https://github.com/atom/atom.git
synced 2026-02-12 07:35:14 -05:00
17 lines
295 B
Plaintext
17 lines
295 B
Plaintext
background-tips ul.background-message {
|
|
font-weight: 500;
|
|
font-size: 2em;
|
|
color: @text-color-faded;
|
|
|
|
.message {
|
|
padding: 0 @component-padding * 10;
|
|
|
|
.keystroke {
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
line-height: 1;
|
|
padding: .1em .4em;
|
|
}
|
|
}
|
|
}
|