feat(TotalLine): add extra border style.

This commit is contained in:
a.bouhuolia
2022-03-19 23:16:41 +02:00
parent 69c47aee4d
commit 321d206670
5 changed files with 34 additions and 26 deletions

View File

@@ -42,11 +42,6 @@
margin-bottom: 0;
}
}
#{$self}__body,
#{$self}__footer {
max-width: 1400px;
}
#{$self}__header {
background-color: #FFF;
padding: 25px 32px;

View File

@@ -22,6 +22,7 @@ body.page-invoice-edit {
.bp3-label {
min-width: 150px;
}
.bp3-form-content {
width: 100%;
}
@@ -31,34 +32,33 @@ body.page-invoice-edit {
max-width: 450px;
}
}
.row {
display: flex;
flex-wrap: nowrap;
.col {
max-width: 470px;
&--terms,
&--due-date {
.bp3-form-group {
margin: 0px 15px 15px;
.bp3-label {
min-width: 70px;
min-width: 100px;
}
}
}
&--due-date {
.bp3-input-group .bp3-input {
border: 1px dashed #ced4da;
}
}
}
}
.col--invoice-date {
max-width: 435px;
}
}
#{$self}__footer {
.form-group--invoice_message,
.form-group--terms_conditions {
max-width: 450px;
@@ -71,12 +71,14 @@ body.page-invoice-edit {
}
}
}
.status-accessor {
span {
font-size: 13px;
font-weight: 400;
line-height: 1.5;
}
.fully-paid-status {
height: 19px;
width: 19px;
@@ -97,8 +99,8 @@ body.page-invoice-edit {
margin-top: 5px;
width: 80%;
}
&.overdue-status {
}
&.remaining-status {
}
}
&.overdue-status {}
&.remaining-status {}
}