fix bugs in items form.

This commit is contained in:
Ahmed Bouhuolia
2020-04-15 01:29:46 +02:00
parent 26faaddfed
commit cac6620ffe
20 changed files with 378 additions and 129 deletions

View File

@@ -242,6 +242,7 @@ $form-check-input-indeterminate-bg-image: url("data:image/svg+xml,<svg xmlns='ht
.#{$ns}-control-indicator {
border: 1px solid #c6c6c6;
border-radius: $pt-border-radius;
background-color: #fff;
}
input:checked ~ .#{$ns}-control-indicator {
background-image: escape-svg($form-check-input-checked-bg-image);

View File

@@ -11,14 +11,6 @@
}
.table{
.thead,
.tbody{
.th.selection,
.td.selection{
padding-left: 18px;
}
}
.tbody{
.tr:not(.no-results) .td{
padding-top: 0.4rem;

View File

@@ -6,7 +6,7 @@
&__topbar{
width: 100%;
height: 80px;
min-height: 65px;
display: flex;
justify-content: space-between;
border-bottom: 1px solid #F2EFEF;
@@ -215,6 +215,20 @@
&__page-content{
// padding: 22px;
.bigcapital-datatable{
.table{
.thead,
.tbody{
.th.selection,
.td.selection{
padding-left: 18px;
}
}
}
}
}
&__preferences-topbar{

View File

@@ -45,4 +45,12 @@
width: 350px;
}
}
.form-group--active{
margin-bottom: 5px;
.bp3-control.bp3-checkbox{
margin: 0;
}
}
}