mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-10 12:52:41 -05:00
Fix Invoice/Estimate template issues and Add Payment Receipt, Custom Payment Modes and Item units
This commit is contained in:
committed by
Mohit Panjwani
parent
56a955befd
commit
4c33a5d88c
15
resources/assets/sass/pages/estimates/view.scss
vendored
15
resources/assets/sass/pages/estimates/view.scss
vendored
@@ -158,6 +158,7 @@
|
||||
border: 1px solid #eaf1fb;
|
||||
box-sizing: border-box;
|
||||
color: $ls-color-gray--dark;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -190,8 +191,17 @@
|
||||
|
||||
.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 {
|
||||
display: flex;
|
||||
padding: 4px 9px;
|
||||
cursor: pointer;
|
||||
|
||||
&:first-child {
|
||||
margin-top: auto;
|
||||
@@ -202,11 +212,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 {
|
||||
@@ -214,7 +225,7 @@
|
||||
}
|
||||
|
||||
.dropdown-container {
|
||||
padding: 11px;
|
||||
padding: 0px !important;
|
||||
left: auto;
|
||||
right: 0px;
|
||||
width: 166px;
|
||||
|
||||
Reference in New Issue
Block a user