- @use '@growi/core-styles/scss/bootstrap/init' as bs;
- .shortcuts-modal :global {
- .key {
- /* Box Properties */
- padding: 0 4px;
- margin: 2px 4px;
- /* Text Properties */
- background: var(--bs-tertiary-bg);
- border: var(--bs-border-width) solid var(--bs-border-color);
- border-radius: var(--bs-border-radius-sm);
- }
- }
|