chrone: sperate client and server to different repos.

This commit is contained in:
a.bouhuolia
2021-09-21 17:13:53 +02:00
parent e011b2a82b
commit 18df5530c7
10015 changed files with 17686 additions and 97524 deletions

View File

@@ -0,0 +1,26 @@
.dashboard__insider--sale_estimate{
.bigcapital-datatable{
.tbody{
.tr{
min-height: 46px;
}
.tr .td{
padding-top: 0.88rem;
padding-bottom: 0.88rem;
}
.td.amount {
.cell-inner{
> span{
font-weight: 600;
}
}
}
}
}
}

View File

@@ -0,0 +1,55 @@
body.page-estimate-new,
body.page-estimate-edit{
.dashboard__footer{
display: none;
}
}
.dashboard__insider--estimate-form{
padding-bottom: 64px;
}
.page-form--estimate {
$self: '.page-form';
#{$self}__header {
display: flex;
&-fields {
flex: 1 0 0;
}
.bp3-label {
min-width: 140px;
}
.bp3-form-content {
width: 100%;
}
.bp3-form-group {
margin-bottom: 18px;
&.bp3-inline {
max-width: 440px;
}
}
.col--invoice-date {
max-width: 435px;
}
}
#{$self}__footer {
.form-group--customer_note,
.form-group--terms_conditions {
max-width: 450px;
width: 100%;
textarea {
width: 100%;
min-height: 60px;
}
}
}
}