fix: Invoice form layout

This commit is contained in:
Ahmed Bouhuolia
2024-10-12 20:49:56 +02:00
parent 817ef906dc
commit b7b86bb0c5
38 changed files with 1582 additions and 940 deletions

View File

@@ -292,4 +292,8 @@ span.table-tooltip-overview-target {
font-size: 14px;
margin-bottom: 5px;
font-weight: 600;
}
:root {
--top-offset: 60px;
}

View File

@@ -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;

View File

@@ -6,7 +6,7 @@ body.page-invoice-edit {
}
.dashboard__insider--invoice-form {
padding-bottom: 64px;
// padding-bottom: 64px;
}
.page-form--invoice {