re-structure to monorepo.

This commit is contained in:
a.bouhuolia
2023-02-03 01:02:31 +02:00
parent 8242ec64ba
commit 7a0a13f9d5
10400 changed files with 46966 additions and 17223 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;
}
}
}