pulsar/packages/one-light-ui/styles/messages.less
2023-06-29 20:37:16 -07:00

17 lines
297 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;
}
}
}