feat: keyboardshortcuts dialog.

This commit is contained in:
elforjani3
2021-02-25 18:30:20 +02:00
parent 0842473bf4
commit 464b31564e
8 changed files with 256 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
.dialog--keyboard-shortcuts {
.bigcapital-datatable {
.table {
max-height: 300px;
border: 1px solid #d1dee2;
min-width: auto;
margin: 15px;
.tbody,
.thead .tr .td,
.tr .th {
background: #fff;
}
.tbody,
.tbody-inner {
height: 250px;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
}
.tbody {
.tr .td {
padding: 0.4rem;
margin-left: -1px;
border-left: 1px solid #ececec;
}
}
}
}
&__footer {
text-align: right;
margin: 0px 15px;
.bp3-button.bp3-small,
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal).bp3-small {
min-width: 65px;
height: 26px;
min-height: 26px;
}
}
}