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,113 @@
//
// Financial sheet - Drawer header.
// --------------------
.financial-header-drawer {
padding: 25px 26px 25px;
position: absolute;
top: 101px;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
&.is-hidden {
visibility: hidden;
}
.bp3-drawer {
box-shadow: 0 0 0 transparent;
max-height: 550px;
height: 100%;
padding-bottom: 49px;
background-color: #fff;
> form {
display: flex;
flex-direction: column;
flex: 1 0 0;
height: 100%;
}
.bp3-drawer-backdrop {
background-color: rgba(2, 9, 19, 0.65);
}
}
.bp3-button.button--submit-filter {
min-height: 34px;
padding-left: 16px;
padding-right: 16px;
}
.radio-group---accounting-basis {
.bp3-label {
margin-bottom: 12px;
}
}
.bp3-tabs {
height: 100%;
&.bp3-vertical > .bp3-tab-panel {
flex: 1 0 0;
border-top: 24px solid transparent;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 24px;
overflow: auto;
}
}
.bp3-tabs.bp3-vertical {
flex: 1 0 0;
.bp3-tab-list {
width: 220px;
border-right: 1px solid #c3cdd5;
padding-top: 10px;
> *:not(:last-child) {
margin-right: 0;
}
.bp3-tab-indicator-wrapper {
width: 100%;
.bp3-tab-indicator {
border-left: 3px solid #0350f8;
background-color: #edf5ff;
border-radius: 0;
}
}
.bp3-tab {
color: #333;
line-height: 45px;
border-radius: 0;
padding-left: 14px;
padding-right: 14px;
font-weight: 500;
}
}
}
&__footer {
background-color: #ecf0f3;
border-top: 1px solid #c3cdd5;
padding: 8px;
padding-left: 230px;
position: absolute;
bottom: 0;
width: 100%;
}
.row {
margin-left: -0.85rem;
margin-right: -0.85rem;
.col {
padding-left: 0.85rem;
padding-right: 0.85rem;
}
}
.bp3-popover-target {
.bp3-tag-input {
height: auto;
}
}
}