mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
11 lines
229 B
SCSS
11 lines
229 B
SCSS
.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;
|
|
} |