fix: fix notes.

This commit is contained in:
elforjani13
2021-12-08 22:43:44 +02:00
parent 3690c88c04
commit c89b8b131d
15 changed files with 103 additions and 30 deletions

View File

@@ -36,7 +36,7 @@ body.page-credit-note-edit {
}
}
#{$self}__footer {
.form-group--customer_notes,
.form-group--note,
.form-group--terms_conditions {
max-width: 450px;
width: 100%;

View File

@@ -62,6 +62,20 @@
}
}
.credit-remaining {
display: flex;
justify-content: flex-end;
padding-top: 5px;
padding-bottom: 15px;
&__label {
}
&__balance {
font-weight: 500;
color: #343463;
margin-left: 5px;
}
}
.bp3-callout {
font-size: 14px;
}

View File

@@ -66,6 +66,20 @@
.bp3-callout {
font-size: 14px;
}
.credit-remaining {
display: flex;
justify-content: flex-end;
padding-top: 5px;
padding-bottom: 15px;
&__label {
}
&__balance {
font-weight: 500;
color: #343463;
margin-left: 5px;
}
}
.bp3-dialog-footer {
display: flex;
justify-content: flex-start;

View File

@@ -5,7 +5,7 @@ body.page-vendor-credit-note-edit {
}
}
.dashboard__insider--vendor-credit-note-form {
.dashboard__insider--vendor-credit-form {
padding-bottom: 64px;
}