1
0
Fork 0
arangodb/js/apps/system/aardvark/frontend/scss/_hotkeys.scss

45 lines
549 B
SCSS

.hotkeysList {
//width: 50%;
.hotkeysLabel {
clear: both;
color: #000;
font-size: 16px;
font-weight: 400;
}
.hotkeysContent {
padding-left: 10px;
}
li {
line-height: 25px;
.hotkeysDiv {
float: left;
}
}
.hotkeysicons {
background-color: $c-bar-bg;
border: 1px solid #000;
border-radius: 2px;
color: #fff;
display: inline;
height: 19px;
margin-left: 10px;
text-align: center;
width: 19px;
}
}
.hotkeysContentLabel {
float: left;
width: 30%;
}