mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
fix: fix notes.
This commit is contained in:
@@ -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%;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -5,7 +5,7 @@ body.page-vendor-credit-note-edit {
|
||||
}
|
||||
}
|
||||
|
||||
.dashboard__insider--vendor-credit-note-form {
|
||||
.dashboard__insider--vendor-credit-form {
|
||||
padding-bottom: 64px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user