You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_regular-key.scss 229B

1234567891011
  1. .regular-key {
  2. display: table-cell;
  3. width: 25px;
  4. height: 20px;
  5. padding: 0;
  6. text-align: center;
  7. vertical-align: middle;
  8. font-family: $baseFontFamily;
  9. color: $defaultDarkColor;
  10. font-size: 12px;
  11. }