feat: migrate to pnpm (#253)

This commit is contained in:
Ahmed Bouhuolia
2023-10-04 12:17:27 +02:00
committed by GitHub
parent 5df454dd30
commit ee62e3e1c2
211 changed files with 25984 additions and 24350 deletions

View File

@@ -1,23 +1,23 @@
@import '../../Base.scss';
@import '../../_base.scss';
// Account Form Dialog.
// ----------------------------
.dialog--account-form {
&:not(.dialog--loading) .bp3-dialog-body {
&:not(.dialog--loading) .bp4-dialog-body {
margin-bottom: 30px;
}
.bp3-dialog-body {
.bp3-form-group.bp3-inline {
.bp3-label {
.bp4-dialog-body {
.bp4-form-group.bp4-inline {
.bp4-label {
min-width: 140px;
}
.bp3-form-content {
.bp4-form-content {
width: 250px;
}
&.form-group--description {
.bp3-form-content {
.bp4-form-content {
width: 280px;
}
textarea {
@@ -35,7 +35,7 @@
.form-group--subaccount {
margin-bottom: 16px;
.bp3-icon-info-circle {
.bp4-icon-info-circle {
color: #a1b2c5;
position: relative;
top: -2px;

View File

@@ -1,4 +1,4 @@
@import '../../Base.scss';
@import '../../_base.scss';
.dashboard__insider--accounts-chart {
.bigcapital-datatable {
@@ -17,13 +17,13 @@
}
.account_name {
.bp3-popover-wrapper--inactive-semafro {
.bp4-popover-wrapper--inactive-semafro {
margin-left: 8px;
margin-right: 6px;
float: right;
border: 0;
}
.bp3-popover-wrapper--account-desc {
.bp4-popover-wrapper--account-desc {
border-bottom-color: #bbb;
}
.inactive-semafro {
@@ -43,10 +43,10 @@
display: block;
}
.normal {
.bp3-popover-wrapper {
.bp4-popover-wrapper {
width: 100%;
}
.bp3-tooltip-indicator {
.bp4-tooltip-indicator {
cursor: initial;
border-bottom: 0;
}

View File

@@ -2,25 +2,25 @@
.dialog--allocate-landed-cost-form {
width: 700px;
.bp3-dialog-body {
.bp3-form-group{
.bp4-dialog-body {
.bp4-form-group{
margin-bottom: 18px;
}
.bp3-form-group.bp3-inline {
.bp3-label {
.bp4-form-group.bp4-inline {
.bp4-label {
min-width: 165px;
}
.bp3-form-content {
.bp4-form-content {
width: 300px;
}
&:not(.dialog--loading) .bp3-dialog-body {
&:not(.dialog--loading) .bp4-dialog-body {
margin-bottom: 30px;
}
}
}
.bp3-dialog-footer{
.bp4-dialog-footer{
padding-top: 10px;
}
@@ -45,10 +45,10 @@
border-left: 1px solid #ececec;
}
.bp3-form-group{
.bp4-form-group{
margin-bottom: 0;
&:not(.bp3-intent-danger) .bp3-input{
&:not(.bp4-intent-danger) .bp4-input{
border: 1px solid #d0dfe2;
&:focus{

View File

@@ -1,23 +1,23 @@
.dialog--bad-debt {
max-width: 400px;
.bp3-dialog-body {
.bp3-form-group {
.bp4-dialog-body {
.bp4-form-group {
margin-bottom: 15px;
margin-top: 15px;
label.bp3-label {
label.bp4-label {
margin-bottom: 3px;
font-size: 13px;
}
}
.bp3-callout {
.bp4-callout {
font-size: 13px;
}
.form-group {
&--reason {
.bp3-form-content {
.bp4-form-content {
textarea {
width: 100%;
min-width: 100%;
@@ -28,7 +28,7 @@
}
}
.bp3-dialog-footer {
.bp4-dialog-footer {
padding-top: 10px;
}
}

View File

@@ -5,10 +5,10 @@
margin-top: 40px;
max-width: 820px;
.bp3-tab-list{
.bp4-tab-list{
border-bottom: 2px solid #d7e1e7;
.bp3-tab[aria-disabled="true"]{
.bp4-tab[aria-disabled="true"]{
color: rgba(92, 112, 128, 0.7);
}
}

View File

@@ -44,12 +44,12 @@
.fully-paid-text {
font-size: 13.5px;
}
.bp3-progress-bar {
.bp4-progress-bar {
height: 3px;
max-width: 180px;
&,
.bp3-progress-meter {
.bp4-progress-meter {
border-radius: 0;
}
}

View File

@@ -20,18 +20,18 @@ body.page-bill-edit{
&-fields{
flex: 1 0 0;
}
.bp3-form-group{
.bp4-form-group{
margin-bottom: 18px;
}
.bp3-label{
.bp4-label{
min-width: 140px;
}
.bp3-form-content{
.bp4-form-content{
width: 100%;
}
.bp3-form-group{
&.bp3-inline{
.bp4-form-group{
&.bp4-inline{
max-width: 440px;
}
@@ -40,7 +40,7 @@ body.page-bill-edit{
&--expiration-date{
max-width: 340px;
.bp3-label{
.bp4-label{
min-width: 120px;
}
}

View File

@@ -1,20 +1,20 @@
.dialog--branch-form {
width: 650px;
.bp3-dialog-body {
.bp3-form-group {
.bp4-dialog-body {
.bp4-form-group {
margin-bottom: 15px;
}
.bp3-form-group.bp3-inline {
.bp3-label {
.bp4-form-group.bp4-inline {
.bp4-label {
font-size: 13px;
margin-bottom: 3px;
min-width: 150px;
}
.bp3-form-content {
.bp4-form-content {
width: 278px;
}
.bp3-control-group > * {
.bp4-control-group > * {
flex-shrink: unset;
padding-right: 5px;
padding-left: 5px;
@@ -28,13 +28,13 @@
}
&.form-group--branch_address {
.bp3-form-content {
.bp4-form-content {
width: 388px;
}
}
}
}
.bp3-dialog-footer {
.bp4-dialog-footer {
padding-top: 10px;
}
}

View File

@@ -13,14 +13,14 @@
}
.account_name {
.bp3-popover-wrapper--inactive-semafro {
.bp4-popover-wrapper--inactive-semafro {
margin-left: 8px;
margin-right: 6px;
float: right;
border: 0;
}
.bp3-popover-wrapper--account-desc {
.bp4-popover-wrapper--account-desc {
border-bottom-color: #bbb;
}

View File

@@ -6,12 +6,12 @@
padding: 0 0px 16px 0px;
border-bottom: 2px solid #e9e9e9;
.bp3-form-group{
.bp4-form-group{
margin-bottom: 0;
}
}
.bp3-dialog-footer {
.bp4-dialog-footer {
padding-top: 10px;
}
}

View File

@@ -1,22 +1,22 @@
.dialog--contact-duplicate {
.bp3-dialog-body {
.bp4-dialog-body {
> .paragraph {
margin-bottom: 1rem;
}
.bp3-form-group {
.bp4-form-group {
margin-bottom: 1.4rem;
.bp3-label {
.bp4-label {
font-size: 13px;
}
}
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal) {
.bp4-button:not([class*='bp4-intent-']):not(.bp4-minimal) {
width: 260px;
}
}
.bp3-dialog-footer {
.bp3-dialog-footer-actions .bp3-button {
.bp4-dialog-footer {
.bp4-dialog-footer-actions .bp4-button {
margin-left: 8px;
min-width: 65px;
}

View File

@@ -11,7 +11,7 @@
}
.table-size--small {
.status.td {
.bp3-progress-bar {
.bp4-progress-bar {
height: 3px;
}
}

View File

@@ -19,15 +19,15 @@ body.page-credit-note-edit {
flex: 1 0 0;
}
.bp3-label {
.bp4-label {
min-width: 150px;
}
.bp3-form-content {
.bp4-form-content {
width: 100%;
}
.bp3-form-group {
&.bp3-inline {
.bp4-form-group {
&.bp4-inline {
max-width: 450px;
}
}

View File

@@ -1,22 +1,22 @@
.dialog--currency-form {
.bp3-dialog-body {
.bp4-dialog-body {
margin-bottom: 30px;
.bp3-form-group.bp3-inline {
.bp3-label {
.bp4-form-group.bp4-inline {
.bp4-label {
min-width: 140px;
}
.bp3-form-content {
.bp4-form-content {
width: 250px;
}
}
.bp3-dialog-header {
.bp4-dialog-header {
height: 170px;
}
}
.bp3-dialog-footer{
.bp3-button{
.bp4-dialog-footer{
.bp4-button{
min-width: 75px;
}
}

View File

@@ -1,19 +1,19 @@
.dialog--customer-opening-balance {
max-width: 400px;
.bp3-dialog-body {
.bp3-form-group {
.bp4-dialog-body {
.bp4-form-group {
margin-bottom: 15px;
margin-top: 15px;
label.bp3-label {
label.bp4-label {
margin-bottom: px;
font-size: 13px;
}
}
}
.bp3-dialog-footer {
.bp4-dialog-footer {
padding-top: 10px;
}
}

View File

@@ -1,4 +1,4 @@
@import '../../Base.scss';
@import '../../_base.scss';
.page-form--customer {
$self: '.page-form';
@@ -15,20 +15,20 @@
max-width: 1000px;
}
.bp3-form-group {
.bp4-form-group {
max-width: 500px;
.bp3-control {
.bp4-control {
margin-top: 8px;
margin-bottom: 8px;
}
&.bp3-inline {
.bp3-label {
&.bp4-inline {
.bp4-label {
min-width: 150px;
}
}
.bp3-form-content {
.bp4-form-content {
width: 100%;
}
}
@@ -36,7 +36,7 @@
.form-group--contact_name {
max-width: 600px;
.bp3-control-group > * {
.bp4-control-group > * {
flex-shrink: unset;
&:not(:last-child) {
@@ -52,16 +52,16 @@
}
}
.bp3-form-group {
.bp4-form-group {
margin-bottom: 14px;
}
.bp3-tab-panel {
.bp4-tab-panel {
margin-top: 26px;
}
.form-group--phone-number {
.bp3-control-group > * {
.bp4-control-group > * {
flex-shrink: unset;
padding-right: 5px;
padding-left: 5px;
@@ -88,20 +88,20 @@
// Tab panels.
.tab-panel {
&--address {
.bp3-form-group {
.bp4-form-group {
max-width: 440px;
&.bp3-inline {
.bp3-label {
&.bp4-inline {
.bp4-label {
min-width: 145px;
}
}
.bp3-form-content {
.bp4-form-content {
width: 100%;
}
textarea.bp3-input {
textarea.bp4-input {
max-width: 100%;
width: 100%;
min-height: 50px;
@@ -110,7 +110,7 @@
}
&--note {
.form-group--note {
.bp3-form-group {
.bp4-form-group {
max-width: 600px;
}
textarea {
@@ -126,8 +126,8 @@
}
}
.bp3-tabs {
.bp3-tab-list {
.bp4-tabs {
.bp4-tab-list {
position: relative;
&:before {
@@ -142,7 +142,7 @@
> *:not(:last-child) {
margin-right: 25px;
}
&.bp3-large > .bp3-tab {
&.bp4-large > .bp4-tab {
font-size: 15px;
}
}

View File

@@ -1,4 +1,4 @@
@import '../../Base.scss';
@import '../../_base.scss';
$dashboard-views-bar-height: 44px;
.dashboard {
@@ -59,16 +59,16 @@ $dashboard-views-bar-height: 44px;
}
}
.bp3-navbar-divider {
.bp4-navbar-divider {
margin: 0 8px;
}
.form-group-quick-new-downDrop {
.bp3-popover-target .bp3-button {
.bp4-popover-target .bp4-button {
color: #1552c8;
}
.bp3-button::after {
.bp4-button::after {
content: none;
}
}
@@ -79,7 +79,7 @@ $dashboard-views-bar-height: 44px;
align-items: center;
margin-right: 14px;
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal) {
.bp4-button:not([class*='bp4-intent-']):not(.bp4-minimal) {
padding: 0;
background-size: contain;
border-radius: 50%;
@@ -157,7 +157,7 @@ $dashboard-views-bar-height: 44px;
&__actions-bar {
border-bottom: 2px solid #e1e2e8;
.bp3-navbar-divider {
.bp4-navbar-divider {
border-left-color: rgb(199, 214, 219);
}
@@ -185,8 +185,8 @@ $dashboard-views-bar-height: 44px;
color: #32304a;
}
&.bp3-minimal:active,
&.bp3-minimal.bp3-active {
&.bp4-minimal:active,
&.bp4-minimal.bp4-active {
background: #a7b6c21f;
color: #32304a;
}
@@ -194,7 +194,7 @@ $dashboard-views-bar-height: 44px;
&.has-active-filters {
&,
&.bp3-active,
&.bp4-active,
&:active {
background: #eafbe4;
}
@@ -241,25 +241,25 @@ $dashboard-views-bar-height: 44px;
}
}
.bp3-control.bp3-switch {
.bp4-control.bp4-switch {
margin-bottom: 0;
margin-left: 8px;
color: #3d3b53;
.bp3-control-indicator {
.bp4-control-indicator {
height: 16px;
min-width: 1.8em;
}
.bp3-control-indicator::before {
.bp4-control-indicator::before {
box-shadow: 0 0 0;
}
input~.bp3-control-indicator {
input~.bp4-control-indicator {
background: rgba(167, 182, 194, 0.55);
}
input:checked~.bp3-control-indicator {
input:checked~.bp4-control-indicator {
background: #0069ff;
}
}
@@ -361,7 +361,7 @@ $dashboard-views-bar-height: 44px;
height: 100%;
background-color: #fbfbfb;
.bp3-spinner {
.bp4-spinner {
margin: auto;
}
}
@@ -485,7 +485,7 @@ $dashboard-views-bar-height: 44px;
opacity: 0.8;
}
.bp3-icon {
.bp4-icon {
margin-top: 6px;
path {
@@ -549,15 +549,15 @@ $dashboard-views-bar-height: 44px;
height: $dashboard-views-bar-height;
padding: 0 20px;
.bp3-navbar-group {
.bp4-navbar-group {
height: $dashboard-views-bar-height;
}
.bp3-tab[aria-selected='true'] {
.bp4-tab[aria-selected='true'] {
box-shadow: inset 0 -2px 0 #0052cc;
}
.bp3-button {
.bp4-button {
&:hover {
background: rgba(167, 182, 194, 0.12);
color: #32304a;
@@ -578,7 +578,7 @@ $dashboard-views-bar-height: 44px;
background-color: #fff;
width: 600px;
.bp3-input {
.bp4-input {
padding-left: 40px !important;
}
}

View File

@@ -1,12 +1,12 @@
.dialog--exchangeRate-form {
.bp3-dialog-body {
.bp3-form-group.bp3-inline {
.bp3-label {
.bp4-dialog-body {
.bp4-form-group.bp4-inline {
.bp4-label {
min-width: 140px;
}
.bp3-form-content {
.bp4-form-content {
width: 250px;
}
}

View File

@@ -22,18 +22,18 @@
flex: 1 0 0;
}
.bp3-label {
.bp4-label {
min-width: 140px;
}
.bp3-form-content {
.bp4-form-content {
width: 100%;
}
.bp3-form-group {
.bp4-form-group {
margin-bottom: 18px;
&.bp3-inline {
&.bp4-inline {
max-width: 440px;
}
}
@@ -50,12 +50,12 @@
&.landed-cost {
.bp3-control {
.bp4-control {
margin-top: 0;
margin-left: 34px;
}
.bp3-control-indicator {
.bp4-control-indicator {
height: 18px;
width: 18px;
border-color: #e0e0e0;

View File

@@ -8,7 +8,7 @@
.financial-statement--cash-flow {
.financial-header-drawer {
.bp3-drawer {
.bp4-drawer {
max-height: 450px;
}
}

View File

@@ -37,7 +37,7 @@
.financial-statement--balance-summary {
.financial-header-drawer {
.bp3-drawer {
.bp4-drawer {
// max-height: 350px;
max-height: 415px;
}

View File

@@ -21,7 +21,7 @@
.number-format-dropdown {
.toggles-fields {
.bp3-form-group:first-child {
.bp4-form-group:first-child {
display: none;
}
}
@@ -33,7 +33,7 @@
.financial-statement--inventory-details {
.financial-header-drawer {
.bp3-drawer {
.bp4-drawer {
max-height: 350px;
}
}

View File

@@ -2,7 +2,7 @@
.financial-statement--journal{
.financial-header-drawer{
.bp3-drawer{
.bp4-drawer{
max-height: 350px;
}
}

View File

@@ -4,20 +4,20 @@
width: 300px;
padding: 15px;
.bp3-form-group{
.bp4-form-group{
margin-bottom: 6px;
label.bp3-label{
label.bp4-label{
font-size: 13px;
margin-bottom: 4px;
font-weight: 500;
}
.bp3-button{
.bp4-button{
min-height: 28px;
min-width: 28px;
}
}
.bp3-control.bp3-inline{
.bp4-control.bp4-inline{
margin-bottom: 0;
margin-top: 0;
}
@@ -28,15 +28,15 @@
text-align: right;
padding-top: 10px;
.bp3-button.bp3-small,
.bp3-button:not([class*="bp3-intent-"]):not(.bp3-minimal).bp3-small{
.bp4-button.bp4-small,
.bp4-button:not([class*="bp4-intent-"]):not(.bp4-minimal).bp4-small{
min-width: 65px;
height: 26px;
min-height: 26px;
}
}
.bp3-control .bp3-control-indicator{
.bp4-control .bp4-control-indicator{
height: 16px;
width: 16px;
}

View File

@@ -20,7 +20,7 @@
.financial-statement--sales-by-items,
.financial-statement--purchases-by-items {
.financial-header-drawer {
.bp3-drawer {
.bp4-drawer {
// max-height: 400px;
max-height: 450px;
}
@@ -29,7 +29,7 @@
.financial-statement--inventory-valuation {
.financial-header-drawer {
.bp3-drawer {
.bp4-drawer {
max-height: 400px;
}
}

View File

@@ -2,19 +2,19 @@
.dialog--category-form{
.bp3-dialog-body{
.bp3-form-group.bp3-inline{
.bp4-dialog-body{
.bp4-form-group.bp4-inline{
.bp3-label{
.bp4-label{
min-width: 140px;
}
.bp3-form-content{
.bp4-form-content{
width: 250px;
}
&.form-group--description{
.bp3-form-content{
.bp4-form-content{
width: 280px;
textarea{
@@ -27,10 +27,10 @@
}
}
}
.bp3-dialog-footer{
.bp4-dialog-footer{
margin-top: 30px;
.bp3-button{
.bp4-button{
min-width: 75px;
}
}

View File

@@ -16,16 +16,16 @@
}
#{$self}__body {
.bp3-form-group {
.bp4-form-group {
max-width: 500px;
margin-bottom: 14px;
&.bp3-inline {
.bp3-label {
&.bp4-inline {
.bp4-label {
min-width: 140px;
}
}
.bp3-form-content {
.bp4-form-content {
width: 100%;
}
}
@@ -36,7 +36,7 @@
margin-bottom: 1.4rem;
}
.bp3-control {
.bp4-control {
h3 {
display: inline;
margin-bottom: 0;
@@ -61,7 +61,7 @@
max-width: 850px;
margin-bottom: 1rem;
.bp3-form-group {
.bp4-form-group {
max-width: 400px;
}
@@ -83,7 +83,7 @@
}
}
.bp3-tooltip-indicator {
.bp4-tooltip-indicator {
border-bottom: 1px dashed #d0d0d0;
}
}

View File

@@ -1,15 +1,15 @@
.dialog--adjustment-item {
.bp3-form-group {
.bp4-form-group {
margin-bottom: 15px;
label.bp3-label {
label.bp4-label {
font-size: 13px;
margin-bottom: 3px;
}
}
.form-group {
&--adjustment-reasons {
.bp3-form-content {
.bp4-form-content {
textarea {
width: 100%;
min-width: 100%;
@@ -29,9 +29,9 @@
padding-bottom: 12px;
border-bottom: 2px solid #e9e9e9;
.bp3-input-group{
.bp4-input-group{
.bp3-input{
.bp4-input{
padding-left: 8px;
padding-right: 8px;
}
@@ -47,7 +47,7 @@
padding-left: 0.3rem;
padding-right: 0.3rem;
.bp3-form-group {
.bp4-form-group {
margin-bottom: 0;
}
&--quantity-on-hand,
@@ -73,7 +73,7 @@
}
}
.bp3-dialog-footer {
.bp4-dialog-footer {
padding-top: 10px;
}
}

View File

@@ -7,13 +7,13 @@
.table {
.tbody {
.item_type.td {
.bp3-tag {
.bp4-tag {
font-size: 13px;
}
}
.tr.inactive .td {
&.normal .bp3-icon {
&.normal .bp4-icon {
color: #9eaab6;
}
}

View File

@@ -4,12 +4,12 @@
.paragraph {
margin-bottom: 20px;
}
.bp3-form-group{
.bp4-form-group{
margin-bottom: 10px;
}
.bp3-dialog-footer-actions{
.bp3-button{
.bp4-dialog-footer-actions{
.bp4-button{
min-width: 75px;
}
}

View File

@@ -8,7 +8,7 @@
// padding: 0.8rem 0.5rem;
// }
.td.amount {
.bp3-popover-target {
.bp4-popover-target {
border-bottom: 1px solid #e7e7e7;
> span {
@@ -17,10 +17,10 @@
}
}
.note {
.bp3-icon {
.bp4-icon {
color: #666;
}
.bp3-tooltip-indicator {
.bp4-tooltip-indicator {
cursor: initial;
border-bottom: 0;
}

View File

@@ -12,17 +12,17 @@
flex: 1 0 0;
}
.bp3-label{
.bp4-label{
min-width: 140px;
}
.bp3-form-content{
.bp4-form-content{
width: 100%;
}
.bp3-form-group{
.bp4-form-group{
margin-bottom: 18px;
&.bp3-inline{
&.bp4-inline{
max-width: 440px;
}
}

View File

@@ -1,12 +1,12 @@
.dialog--notify-vis-sms {
width: 800px;
.bp3-dialog-body {
.bp3-form-group {
.bp4-dialog-body {
.bp4-form-group {
margin-bottom: 15px;
margin-top: 15px;
label.bp3-label {
label.bp4-label {
margin-bottom: 3px;
font-size: 13px;
}
@@ -14,7 +14,7 @@
.form-group {
&--sms_message {
.bp3-form-content {
.bp4-form-content {
textarea {
width: 100%;
min-width: 100%;
@@ -25,7 +25,7 @@
}
}
.bp3-dialog-footer {
.bp4-dialog-footer {
padding-top: 10px;
}
}

View File

@@ -15,17 +15,17 @@ body.page-payment-made-edit{
$self: '.page-form';
#{$self}__header{
.bp3-label{
.bp4-label{
min-width: 160px;
}
.bp3-form-content{
.bp4-form-content{
width: 100%;
}
.bp3-form-group{
.bp4-form-group{
margin-bottom: 18px;
&.bp3-inline{
&.bp4-inline{
max-width: 470px;
}
button.receive-full-amount{

View File

@@ -16,18 +16,18 @@ body.page-payment-receive-edit{
$self: '.page-form';
#{$self}__header {
.bp3-label {
.bp4-label {
min-width: 160px;
}
.bp3-form-content {
.bp4-form-content {
width: 100%;
}
.bp3-form-group {
.bp4-form-group {
margin-bottom: 18px;
&.bp3-inline {
&.bp4-inline {
max-width: 470px;
}

View File

@@ -1,8 +1,8 @@
.dialog--quick-payment-receive {
.bp3-form-group {
.bp4-form-group {
margin-bottom: 15px;
label.bp3-label {
label.bp4-label {
margin-bottom: 3px;
font-size: 13px;
}
@@ -10,7 +10,7 @@
.form-group {
&--statement {
.bp3-form-content {
.bp4-form-content {
textarea {
width: 100%;
min-width: 100%;
@@ -21,6 +21,6 @@
}
}
.bp3-dialog-footer {
.bp4-dialog-footer {
padding-top: 10px;
}

View File

@@ -9,10 +9,10 @@
border-top: 1px solid #e0e7ea;
margin-top: 30px;
.bp3-button {
.bp4-button {
min-width: 65px;
+ .bp3-button {
+ .bp4-button {
margin-left: 10px;
}
}
@@ -24,20 +24,20 @@
min-width: 250px;
}
}
.bp3-form-group {
.bp3-form-helper-text {
.bp4-form-group {
.bp4-form-helper-text {
margin-top: 7px;
}
label.bp3-label {
label.bp4-label {
margin-bottom: 7px;
}
}
.bp3-form-group.accounts-checkbox {
.bp3-form-group.bp3-inline {
.bp4-form-group.accounts-checkbox {
.bp4-form-group.bp4-inline {
margin-bottom: 7px;
}
.bp3-control.bp3-inline {
.bp4-control.bp4-inline {
margin-bottom: 0;
}
}

View File

@@ -4,17 +4,17 @@
//---------------------------------
.preferences-page__inside-content--general {
.bp3-form-group {
.bp4-form-group {
max-width: 650px;
margin-bottom: 24px;
.bp3-label {
.bp4-label {
min-width: 190px;
font-weight: 600;
color: #38414e;
}
.bp3-form-content {
.bp4-form-content {
width: 100%;
}
}

View File

@@ -1,4 +1,4 @@
@import '../../Base.scss';
@import '../../_base.scss';
.dashboard-content--preferences {
flex-direction: row;

View File

@@ -11,26 +11,26 @@
border-top: 1px solid #e0e7ea;
margin-top: 30px;
.bp3-button {
.bp4-button {
min-width: 65px;
+ .bp3-button {
+ .bp4-button {
margin-left: 10px;
}
}
}
}
.bp3-form-group {
.bp4-form-group {
max-width: 600px;
margin-bottom: 14px;
&.bp3-inline {
.bp3-label {
&.bp4-inline {
.bp4-label {
min-width: 150px;
}
}
.bp3-form-content {
.bp4-form-content {
width: 100%;
}

View File

@@ -30,8 +30,8 @@
}
}
}
.bp3-tabs {
.bp3-tab-panel {
.bp4-tabs {
.bp4-tab-panel {
margin-top: 0;
}
}

View File

@@ -1,4 +1,4 @@
@import '../../Base.scss';
@import '../../_base.scss';
// Preferences sidebar.
// -----------------------------

View File

@@ -1,4 +1,4 @@
@import '../../Base.scss';
@import '../../_base.scss';
// Preferences topbar.
// -----------------------------
@@ -27,7 +27,7 @@
align-items: center;
margin-right: 14px;
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal) {
.bp4-button:not([class*='bp4-intent-']):not(.bp4-minimal) {
padding: 0;
background-size: contain;
background-color: #eed1f2;
@@ -55,7 +55,7 @@
margin-right: 15px;
border-right: 1px solid #e5e5e5;
.bp3-button + .bp3-button {
.bp4-button + .bp4-button {
margin-left: 10px;
}
}

View File

@@ -24,8 +24,8 @@
border-bottom: 0;
}
}
.bp3-tabs {
.bp3-tab-panel {
.bp4-tabs {
.bp4-tab-panel {
margin-top: 0;
}
}

View File

@@ -1,11 +1,11 @@
.dialog--reconcile-credit-form {
width: 850px;
.bp3-callout {
.bp4-callout {
font-size: 14px;
}
.bp3-dialog-footer {
.bp4-dialog-footer {
display: flex;
justify-content: flex-start;
padding-top: 10px;

View File

@@ -17,10 +17,10 @@
}
.tbody {
.bp3-form-group {
.bp4-form-group {
margin-bottom: 0;
&:not(.bp3-intent-danger) .bp3-input {
&:not(.bp4-intent-danger) .bp4-input {
border: 1px solid #d0dfe2;
&:focus {
@@ -33,11 +33,11 @@
}
}
.bp3-callout {
.bp4-callout {
font-size: 14px;
}
.bp3-dialog-footer {
.bp4-dialog-footer {
display: flex;
justify-content: flex-start;
padding-top: 10px;

View File

@@ -1,18 +1,18 @@
.reference-number-form {
.bp3-dialog-body {
.bp4-dialog-body {
.paragraph {
margin-bottom: 22px;
}
.bp3-control {
.bp4-control {
margin-bottom: 16px;
}
}
.bp3-dialog-footer {
.bp3-button[type='submit'] {
.bp4-dialog-footer {
.bp4-button[type='submit'] {
min-width: 80px;
}
}

View File

@@ -1,12 +1,12 @@
.dialog--refund-credit-note {
.bp3-dialog-body {
.bp3-form-group {
.bp4-dialog-body {
.bp4-form-group {
margin-bottom: 13px;
}
.form-group {
&--description {
.bp3-form-content {
.bp4-form-content {
textarea {
width: 100%;
min-width: 100%;
@@ -17,7 +17,7 @@
}
}
.bp3-dialog-footer {
.bp4-dialog-footer {
padding-top: 10px;
}
}

View File

@@ -1,14 +1,14 @@
.dialog--refund-vendor-credit {
max-width: 450px;
.bp3-dialog-body {
.bp3-form-group {
.bp4-dialog-body {
.bp4-form-group {
margin-bottom: 13px;
}
.form-group {
&--description {
.bp3-form-content {
.bp4-form-content {
textarea {
width: 100%;
min-width: 100%;
@@ -18,7 +18,7 @@
}
}
}
.bp3-dialog-footer {
.bp4-dialog-footer {
padding-top: 10px;
}
}

View File

@@ -1,10 +1,10 @@
.dialog--sms-message {
width: 800px;
.bp3-form-group {
.bp4-form-group {
margin-bottom: 15px;
label.bp3-label {
label.bp4-label {
font-size: 13px;
margin-bottom: 6px;
}
@@ -12,7 +12,7 @@
.form-group {
&--message_text {
.bp3-form-content {
.bp4-form-content {
textarea {
width: 100%;
min-width: 100%;
@@ -23,7 +23,7 @@
}
}
.bp3-dialog-footer {
.bp4-dialog-footer {
padding-top: 10px;
}
}

View File

@@ -21,17 +21,17 @@ body.page-estimate-edit{
flex: 1 0 0;
}
.bp3-label {
.bp4-label {
min-width: 140px;
}
.bp3-form-content {
.bp4-form-content {
width: 100%;
}
.bp3-form-group {
.bp4-form-group {
margin-bottom: 18px;
&.bp3-inline {
&.bp4-inline {
max-width: 440px;
}
}

View File

@@ -44,12 +44,12 @@
.fully-paid-text {
font-size: 13.5px;
}
.bp3-progress-bar {
.bp4-progress-bar {
height: 3px;
max-width: 180px;
&,
.bp3-progress-meter {
.bp4-progress-meter {
border-radius: 0;
}
}

View File

@@ -19,16 +19,16 @@ body.page-invoice-edit {
flex: 1 0 0;
}
.bp3-label {
.bp4-label {
min-width: 150px;
}
.bp3-form-content {
.bp4-form-content {
width: 100%;
}
.bp3-form-group {
&.bp3-inline {
.bp4-form-group {
&.bp4-inline {
max-width: 450px;
}
}
@@ -41,10 +41,10 @@ body.page-invoice-edit {
max-width: 470px;
&--due-date {
.bp3-form-group {
.bp4-form-group {
margin: 0px 15px 15px;
.bp3-label {
.bp4-label {
min-width: 100px;
}
}
@@ -89,7 +89,7 @@ body.page-invoice-edit {
color: #ffffff;
}
.bp3-progress-bar {
.bp4-progress-bar {
background: rgba(92, 112, 128, 0.2);
border-radius: 40px;
display: block;

View File

@@ -21,16 +21,16 @@ body.page-receipt-edit{
&-fields{
flex: 1 0 0;
}
.bp3-label{
.bp4-label{
min-width: 150px;
}
.bp3-form-content{
.bp4-form-content{
width: 100%;
}
.bp3-form-group{
.bp4-form-group{
margin-bottom: 18px;
&.bp3-inline{
&.bp4-inline{
max-width: 450px;
}
}

View File

@@ -19,7 +19,7 @@
opacity: 0.85;
margin-bottom: 14px;
}
.bp3-button {
.bp4-button {
height: 38px;
padding-left: 25px;
padding-right: 25px;

View File

@@ -5,7 +5,7 @@
margin: 0 auto;
padding: 16% 0 0;
.bp3-progress-bar {
.bp4-progress-bar {
background: rgba(92, 112, 128, 0.2);
border-radius: 40px;
display: block;
@@ -15,7 +15,7 @@
width: 80%;
margin: 0 auto;
.bp3-progress-meter {
.bp4-progress-meter {
background-color: #809cb3;
}
}

View File

@@ -12,32 +12,32 @@
font-weight: 600;
}
}
.bp3-form-group {
.bp4-form-group {
margin-bottom: 24px;
.bp3-input-group {
.bp3-input {
.bp4-input-group {
.bp4-input {
height: 38px;
}
}
.bp3-input,
.form-group--select-list .bp3-button{
.bp4-input,
.form-group--select-list .bp4-button{
font-size: 15px;
}
}
label.bp3-label{
label.bp4-label{
color: #20242e;
}
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal) {
.bp4-button:not([class*='bp4-intent-']):not(.bp4-minimal) {
width: 100%;
height: 38px;
padding: 8px;
}
.bp3-text-muted {
.bp4-text-muted {
color: #000000;
}
@@ -50,14 +50,14 @@
}
.register-org-button {
.bp3-button {
.bp4-button {
background-color: #1c2448;
height: 40px;
font-size: 15px;
width: 100%;
&:disabled,
&.bp3-loading{
&.bp4-loading{
background-color: rgba(28, 36, 72, 0.5);
}
}

View File

@@ -2,7 +2,7 @@
.dialog--payment-via-voucher{
.bp3-dialog-body{
.bp4-dialog-body{
p{
margin-bottom: 20px;
}
@@ -11,11 +11,11 @@
}
}
.bp3-dialog-footer-actions{
.bp4-dialog-footer-actions{
button{
min-width: 80px;
&.bp3-intent-primary{
&.bp4-intent-primary{
min-width: 90px;
}
}

View File

@@ -1,4 +1,4 @@
@import "../../Base.scss";
@import "../../_base.scss";
.setup-page {
max-width: 1600px;

View File

@@ -15,19 +15,19 @@
margin-top: 0;
margin-bottom: 12px;
}
.bp3-tab-list {
.bp4-tab-list {
border-bottom: 2px solid #e6e6e6;
width: 95%;
.bp3-tab-indicator-wrapper .bp3-tab-indicator{
.bp4-tab-indicator-wrapper .bp4-tab-indicator{
bottom: -2px;
}
}
.bp3-tab-panel{
.bp4-tab-panel{
margin-top: 26px;
}
.subscribe-button {
.bp3-button {
.bp4-button {
background-color: #0063ff;
min-height: 41px;
width: 240px;
@@ -41,19 +41,19 @@
.license-container {
.bp3-button{
.bp4-button{
margin-top: 14px;
padding: 0 30px;
}
.form-group-license_code{
margin-top: 20px;
}
.bp3-form-content {
.bp3-input-group {
.bp4-form-content {
.bp4-input-group {
display: block;
position: relative;
}
.bp3-input {
.bp4-input {
position: relative;
width: 59%;
height: 41px;

View File

@@ -1,11 +1,11 @@
.dialog--transaction--locking {
max-width: 450px;
.bp3-form-group {
.bp4-form-group {
margin-bottom: 10px;
margin-top: 10px;
label.bp3-label {
label.bp4-label {
font-size: 13px;
margin-bottom: 3px;
}
@@ -13,7 +13,7 @@
.form-group {
&--reason {
.bp3-form-content {
.bp4-form-content {
textarea {
width: 100%;
min-height: 85px;
@@ -23,7 +23,7 @@
}
}
}
.bp3-dialog-footer {
.bp4-dialog-footer {
display: flex;
justify-content: flex-start;
// padding-top: 10px;

View File

@@ -1,15 +1,15 @@
.dialog--invite-form {
width: 450px;
.bp3-dialog-body {
.bp3-form-group.bp3-inline {
.bp3-label {
.bp4-dialog-body {
.bp4-form-group.bp4-inline {
.bp4-label {
min-width: 70px;
}
.bp3-form-content {
.bp4-form-content {
width: 250px;
.bp3-dialog-footer-actions {
.bp4-dialog-footer-actions {
margin-right: 20px;
display: flex;
justify-content: flex-end;
@@ -20,12 +20,12 @@
}
.dialog--invite-user {
.bp3-dialog-body {
.bp3-form-group.bp3-inline {
.bp3-label {
.bp4-dialog-body {
.bp4-form-group.bp4-inline {
.bp4-label {
min-width: 140px;
}
.bp3-form-content {
.bp4-form-content {
width: 250px;
}
}

View File

@@ -1,32 +1,32 @@
.dialog--user-form {
width: 450px;
.bp3-form-group {
.bp4-form-group {
margin-bottom: 15px;
}
.bp3-dialog-body {
.bp4-dialog-body {
margin-bottom: 30px;
.bp3-form-group.bp3-inline {
.bp3-label {
.bp4-form-group.bp4-inline {
.bp4-label {
min-width: 140px;
}
.bp3-form-content {
.bp4-form-content {
width: 250px;
}
}
.bp3-dialog-header {
.bp4-dialog-header {
height: 170px;
}
}
.bp3-callout {
.bp4-callout {
font-size: 13px;
margin-bottom: 20px;
}
.bp3-dialog-footer {
.bp3-button {
.bp4-dialog-footer {
.bp4-button {
min-width: 75px;
}
}

View File

@@ -1,19 +1,19 @@
.dialog--vendor-opening-balance {
max-width: 400px;
.bp3-dialog-body {
.bp3-form-group {
.bp4-dialog-body {
.bp4-form-group {
margin-bottom: 15px;
margin-top: 15px;
label.bp3-label {
label.bp4-label {
margin-bottom: px;
font-size: 13px;
}
}
}
.bp3-dialog-footer {
.bp4-dialog-footer {
padding-top: 10px;
}
}

View File

@@ -1,4 +1,4 @@
@import '../../Base.scss';
@import '../../_base.scss';
.page-form--vendor {
$self: '.page-form';
@@ -15,20 +15,20 @@
max-width: 1000px;
}
.bp3-form-group {
.bp4-form-group {
max-width: 500px;
.bp3-control {
.bp4-control {
margin-top: 8px;
margin-bottom: 8px;
}
&.bp3-inline {
.bp3-label {
&.bp4-inline {
.bp4-label {
min-width: 150px;
}
}
.bp3-form-content {
.bp4-form-content {
width: 100%;
}
}
@@ -36,7 +36,7 @@
.form-group--contact_name {
max-width: 600px;
.bp3-control-group > * {
.bp4-control-group > * {
flex-shrink: unset;
&:not(:last-child) {
@@ -52,16 +52,16 @@
}
}
.bp3-form-group {
.bp4-form-group {
margin-bottom: 14px;
}
.bp3-tab-panel {
.bp4-tab-panel {
margin-top: 26px;
}
.form-group--phone-number {
.bp3-control-group > * {
.bp4-control-group > * {
flex-shrink: unset;
padding-right: 5px;
padding-left: 5px;
@@ -88,20 +88,20 @@
// Tab panels.
.tab-panel {
&--address {
.bp3-form-group {
.bp4-form-group {
max-width: 440px;
&.bp3-inline {
.bp3-label {
&.bp4-inline {
.bp4-label {
min-width: 145px;
}
}
.bp3-form-content {
.bp4-form-content {
width: 100%;
}
textarea.bp3-input {
textarea.bp4-input {
max-width: 100%;
width: 100%;
min-height: 50px;
@@ -110,7 +110,7 @@
}
&--note {
.form-group--note {
.bp3-form-group {
.bp4-form-group {
max-width: 600px;
}
textarea {
@@ -126,8 +126,8 @@
}
}
.bp3-tabs {
.bp3-tab-list {
.bp4-tabs {
.bp4-tab-list {
position: relative;
&:before {
@@ -143,7 +143,7 @@
margin-right: 25px;
}
&.bp3-large > .bp3-tab {
&.bp4-large > .bp4-tab {
font-size: 15px;
color: #555;

View File

@@ -1,4 +1,4 @@
@import '../../Base.scss';
@import '../../_base.scss';
body.page-vendor-new,
body.page-vendor-edit{

View File

@@ -11,7 +11,7 @@
}
.table-size--small {
.status.td {
.bp3-progress-bar {
.bp4-progress-bar {
height: 3px;
}
}

View File

@@ -19,15 +19,15 @@ body.page-vendor-credit-note-edit {
flex: 1 0 0;
}
.bp3-label {
.bp4-label {
min-width: 150px;
}
.bp3-form-content {
.bp4-form-content {
width: 100%;
}
.bp3-form-group {
&.bp3-inline {
.bp4-form-group {
&.bp4-inline {
max-width: 450px;
}
}

View File

@@ -19,15 +19,15 @@ body.page-warehouse-transfer-edit {
flex: 1 0 0;
}
.bp3-label {
.bp4-label {
min-width: 150px;
}
.bp3-form-content {
.bp4-form-content {
width: 100%;
}
.bp3-form-group {
&.bp3-inline {
.bp4-form-group {
&.bp4-inline {
max-width: 450px;
}
}

View File

@@ -1,16 +1,16 @@
.dialog--warehouse-form {
width: 650px;
.bp3-dialog-body {
.bp3-form-group.bp3-inline {
.bp3-label {
.bp4-dialog-body {
.bp4-form-group.bp4-inline {
.bp4-label {
font-size: 13px;
min-width: 140px;
}
.bp3-form-content {
.bp4-form-content {
width: 388px;
}
.bp3-control-group > * {
.bp4-control-group > * {
flex-shrink: unset;
padding-right: 5px;
padding-left: 5px;
@@ -24,13 +24,13 @@
}
&.form-group--warehouse_name,
&.form-group--phone_number {
.bp3-form-content {
.bp4-form-content {
width: 278px;
}
}
}
}
.bp3-dialog-footer {
.bp4-dialog-footer {
padding-top: 10px;
}
}

View File

@@ -31,8 +31,8 @@
text-align: right;
margin: 0px 15px;
.bp3-button.bp3-small,
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal).bp3-small {
.bp4-button.bp4-small,
.bp4-button:not([class*='bp4-intent-']):not(.bp4-minimal).bp4-small {
min-width: 65px;
height: 26px;
min-height: 26px;

View File

@@ -29,9 +29,9 @@
margin-bottom: 20px;
}
.bp3-form-group {
.bp3-input-group {
.bp3-input {
.bp4-form-group {
.bp4-input-group {
.bp4-input {
position: relative;
width: 619px;
height: 38px;
@@ -41,7 +41,7 @@
.form-group--base-currency,
.form-group--language {
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal) {
.bp4-button:not([class*='bp4-intent-']):not(.bp4-minimal) {
min-width: 300px;
min-height: 38px;
}
@@ -49,16 +49,16 @@
.form-group--language {
margin-left: 18px;
}
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal) {
.bp4-button:not([class*='bp4-intent-']):not(.bp4-minimal) {
min-width: 619px;
min-height: 38px;
}
.form-group--time-zone {
.bp3-text-muted {
.bp4-text-muted {
color: #000000;
}
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal) {
.bp4-button:not([class*='bp4-intent-']):not(.bp4-minimal) {
background: #fff;
box-shadow: 0 0 0 transparent;
border: 1px solid #ced4da;
@@ -74,7 +74,7 @@
border-bottom: 3px solid #f5f5f5;
}
.register-org-button {
.bp3-button {
.bp4-button {
background-color: #0052cc;
width: 174px;
min-height: 40px;

View File

@@ -18,7 +18,7 @@
background: #fbfafa;
margin-bottom: 22px;
.bp3-form-group.bp3-inline{
.bp4-form-group.bp4-inline{
margin-bottom: 0;
}
}
@@ -71,7 +71,7 @@
.dragable-columns{
&__column{
.bp3-input-group .bp3-input{
.bp4-input-group .bp4-input{
border-radius: 3px 3px 0 0;
}
@@ -91,7 +91,7 @@
&__role-conditional{
margin-top: 1rem;
.bp3-form-group{
.bp4-form-group{
margin-bottom: 0;
}
}