mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
21 lines
350 B
Text
21 lines
350 B
Text
|
.modal-hotkeys {
|
||
|
font-size: 14px;
|
||
|
|
||
|
h3:first-child {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
.hotkey {
|
||
|
margin-bottom: @line-height-computed / 4;
|
||
|
}
|
||
|
|
||
|
.combination {
|
||
|
padding: 4px 8px;
|
||
|
border-radius: 3px;
|
||
|
background-color: @gray-dark;
|
||
|
color: white;
|
||
|
font-family: @font-family-sans-serif;
|
||
|
font-weight: 600;
|
||
|
margin-right: @line-height-computed / 4;
|
||
|
}
|
||
|
}
|