Fix Invoice/Estimate template issues and Add Payment Receipt, Custom Payment Modes and Item units

This commit is contained in:
Jay Makwana
2020-01-05 07:22:36 +00:00
committed by Mohit Panjwani
parent 56a955befd
commit 4c33a5d88c
112 changed files with 5050 additions and 331 deletions

View File

@ -87,7 +87,7 @@
font-size: 14px;
font-weight: 500;
color: $ls-color-primary;
margin: 0 0 0 0;
margin: 0 9px 0 0;
position: relative;
}
}

View File

@ -113,6 +113,7 @@
border: 1px solid $ls-color-gray--light;
box-sizing: border-box;
color: $ls-color-gray;
box-shadow: none !important;
}
}
@ -148,9 +149,18 @@
.filter-container {
margin-left: 12px;
.filter-title {
padding: 5px 10px;
border-bottom: 1px solid rgba(185, 193, 209, 0.41);
margin-bottom: 10px;
}
.filter-items {
// margin-top: 10px;
display: flex;
padding: 4px 9px;
cursor: pointer;
&:first-child {
margin-top: auto;
@ -162,11 +172,12 @@
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 18px;
line-height: 12px;
text-transform: capitalize;
color: $ls-color-black;
margin-bottom: 6px;
margin-left: 10px;
cursor: pointer;
}
.base-input {
@ -174,7 +185,7 @@
}
.dropdown-container {
padding: 11px;
padding: 0px !important;
left: auto;
right: 0px;
width: 155px;