@gravity-ui/uikit
Version:
Gravity UI base styling and components
24 lines • 637 B
CSS
.g-hotkey {
padding: 1px 5px;
border-radius: 4px;
}
.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 {
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);
}