shortcuts.component.scss 471 B

123456789101112131415
  1. @import '../../assets/scss/mixins';
  2. .shortcuts-instruction-item[type="key"] {
  3. background: transparent linear-gradient(to bottom, rgb(240, 240, 240), rgb(252, 252, 252)) repeat scroll 0% 0%;
  4. border-radius: 3px;
  5. color: rgb(48, 48, 48);
  6. border-width: 1px 1px 2px;
  7. border-style: solid;
  8. border-color: rgb(224, 224, 224);
  9. border-image: none;
  10. white-space: nowrap;
  11. font-variant: small-caps;
  12. font-family: monospace;
  13. padding: 0px 3px;
  14. }