Move KeyboardShortcut styling into a separate file (#8067)

This commit is contained in:
Šimon Brandner
2022-03-21 11:41:32 +00:00
committed by GitHub
parent 22712d3091
commit 8418b4fd71
6 changed files with 53 additions and 24 deletions
@@ -21,22 +21,4 @@ limitations under the License.
justify-content: space-between;
align-items: center;
}
kbd {
padding: 5px;
border-radius: 4px;
background-color: $header-panel-bg-color;
margin-right: 5px;
min-width: 20px;
text-align: center;
display: inline-block;
border: 1px solid $kbd-border-color;
box-shadow: 0 2px $kbd-border-color;
margin-bottom: 4px;
text-transform: capitalize;
& + kbd {
margin-left: 5px;
}
}
}