mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
2d9b089e16
Fix inconsistent use of tabs and spaces in less files GitOrigin-RevId: c69667f0dc6bc70ea3623890e2b2b741e358d454
25 lines
422 B
Text
25 lines
422 B
Text
.modal-hotkeys {
|
|
font-size: 14px;
|
|
|
|
h3:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.hotkey {
|
|
margin-bottom: @line-height-computed / 2;
|
|
}
|
|
|
|
.description {
|
|
display: inline-block;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|