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.
1234567891011 |
- .regular-key {
- display: table-cell;
- width: 25px;
- height: 20px;
- padding: 0;
- text-align: center;
- vertical-align: middle;
- font-family: $baseFontFamily;
- color: $defaultDarkColor;
- font-size: 12px;
- }
|