Files
atom/packages/one-dark-ui/styles/messages.less
2018-09-06 11:17:04 -07:00

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;
}
}
}