mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 09:23:51 +00:00
15 lines
324 B
SCSS
15 lines
324 B
SCSS
.kbd {
|
|
display: inline-block;
|
|
min-width: 1.5rem;
|
|
padding: 0.0625rem 0.375rem;
|
|
border-radius: 2px;
|
|
background-color: $gray-1100;
|
|
color: $ui-white;
|
|
box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
|
|
font-family: monospace;
|
|
font-size: calc(1rem - 4px);
|
|
line-height: 1.5;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
}
|