feat(webapp): handle create item on Accounts select components

This commit is contained in:
a.bouhuolia
2023-05-04 14:24:45 +02:00
parent 981b65349d
commit 6c61a69f10
5 changed files with 56 additions and 26 deletions

View File

@@ -52,6 +52,7 @@ body.hide-scrollbar .Pane2 {
}
.bp3-fill {
.bp3-popover-wrapper,
.bp3-popover-target {
display: block;
@@ -68,9 +69,9 @@ body.hide-scrollbar .Pane2 {
margin-right: 6px;
}
.bp3-select-popover .bp3-menu {
.bp3-select-popover .bp3-menu,
.bp3-multi-select-popover .bp3-menu {
max-height: 300px;
max-width: 400px;
overflow: auto;
}
@@ -103,27 +104,21 @@ body.hide-scrollbar .Pane2 {
background-color: #0066ff;
}
.ReactVirtualized__Collection {
}
.ReactVirtualized__Collection {}
.ReactVirtualized__Collection__innerScrollContainer {
}
.ReactVirtualized__Collection__innerScrollContainer {}
/* Grid default theme */
.ReactVirtualized__Grid {
}
.ReactVirtualized__Grid {}
.ReactVirtualized__Grid__innerScrollContainer {
}
.ReactVirtualized__Grid__innerScrollContainer {}
/* Table default theme */
.ReactVirtualized__Table {
}
.ReactVirtualized__Table {}
.ReactVirtualized__Table__Grid {
}
.ReactVirtualized__Table__Grid {}
.ReactVirtualized__Table__headerRow {
font-weight: 700;
@@ -186,8 +181,7 @@ body.hide-scrollbar .Pane2 {
/* List default theme */
.ReactVirtualized__List {
}
.ReactVirtualized__List {}
.bp3-drawer {
box-shadow: 0 0 0;
@@ -243,7 +237,7 @@ html[lang^='ar'] {
padding-left: 14px;
padding-right: 14px;
& + .bp3-button {
&+.bp3-button {
margin-left: 8px;
}
}
@@ -255,7 +249,7 @@ html[lang^='ar'] {
margin: 0;
}
> .bp3-spinner {
>.bp3-spinner {
margin: 20px 0;
}
}
@@ -283,6 +277,7 @@ html[lang^='ar'] {
.align-right {
text-align: right;
}
.align-center {
text-align: center;
}
@@ -292,6 +287,6 @@ html[lang^='ar'] {
}
span.table-tooltip-overview-target{
span.table-tooltip-overview-target {
display: inline;
}