overleaf/services/web/public/stylesheets/app/editor/hotkeys.less
2014-07-22 14:38:32 +01:00

21 lines
No EOL
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;
}
}