mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: Invoice form layout
This commit is contained in:
@@ -292,4 +292,8 @@ span.table-tooltip-overview-target {
|
||||
font-size: 14px;
|
||||
margin-bottom: 5px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
:root {
|
||||
--top-offset: 60px;
|
||||
}
|
||||
@@ -4,11 +4,11 @@
|
||||
// > .page-form__floating-actions
|
||||
.page-form {
|
||||
$self: '.page-form';
|
||||
padding-bottom: 20px;
|
||||
// padding-bottom: 20px;
|
||||
|
||||
&__floating-actions {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
// position: fixed;
|
||||
// bottom: 0;
|
||||
width: 100%;
|
||||
background: #fff;
|
||||
padding: 14px 18px;
|
||||
@@ -60,6 +60,7 @@
|
||||
margin: 20px 0 0 0;
|
||||
padding-left: 32px;
|
||||
padding-right: 32px;
|
||||
padding-bottom: 20px;
|
||||
|
||||
label.bp4-label{
|
||||
font-weight: 500;
|
||||
|
||||
@@ -6,7 +6,7 @@ body.page-invoice-edit {
|
||||
}
|
||||
|
||||
.dashboard__insider--invoice-form {
|
||||
padding-bottom: 64px;
|
||||
// padding-bottom: 64px;
|
||||
}
|
||||
|
||||
.page-form--invoice {
|
||||
|
||||
Reference in New Issue
Block a user