mirror of https://gitee.com/bigwinds/arangodb
22 lines
310 B
SCSS
22 lines
310 B
SCSS
.showHotkeyHelp {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.shortcuts {
|
|
font-size: 14px;
|
|
font-weight: 200;
|
|
}
|
|
|
|
.shortcuts b {
|
|
border-left: 1px solid rgba(0, 0, 0, .34);
|
|
margin-left: 5px;
|
|
padding-left: 5px;
|
|
}
|
|
|
|
.shortcuts b:first-child,
|
|
.shortcuts .clearShortcut {
|
|
border-left: 0;
|
|
margin-left: 0;
|
|
padding-left: 0;
|
|
}
|