UNPKG

monaco-editor

Version:
40 lines (33 loc) 1 kB
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ .monaco-keybinding { display: flex; align-items: center; line-height: 10px; } .monaco-keybinding > .monaco-keybinding-key { display: inline-flex; align-items: center; border-style: solid; border-width: 1px; border-radius: 3px; justify-content: center; min-width: 12px; font-size: 11px; padding: 3px 5px; margin: 0 2px; } .monaco-keybinding > .monaco-keybinding-key:first-child { margin-left: 0; } .monaco-keybinding > .monaco-keybinding-key:last-child { margin-right: 0; } .monaco-keybinding > .monaco-keybinding-key-separator { display: inline-block; } .monaco-keybinding > .monaco-keybinding-key-chord-separator { width: 6px; }