@gravity-ui/uikit
Version:
Gravity UI base styling and components
26 lines • 722 B
CSS
.g-hotkey {
display: inline-block;
padding: 1px 5px;
border-radius: var(--g-border-radius-xs);
}
.g-hotkey,
.g-hotkey kbd {
font-family: var(--g-text-body-font-family);
font-weight: var(--g-text-body-font-weight);
font-size: var(--g-text-body-1-font-size);
line-height: var(--g-text-body-1-line-height);
}
.g-hotkey_view_light {
color: var(--g-color-text-primary);
background-color: var(--g-color-base-generic);
}
.g-hotkey_view_light .g-hotkey__plus {
color: var(--g-color-text-hint);
}
.g-hotkey_view_dark {
color: var(--g-color-text-light-complementary);
background-color: var(--g-color-base-light-simple-hover);
}
.g-hotkey_view_dark .g-hotkey__plus {
color: var(--g-color-text-light-hint);
}