Invoice & Bill add discount style change

This commit is contained in:
cuneytsenturk
2018-04-28 18:43:43 +03:00
parent ac9cd85394
commit 34c869b0cf
8 changed files with 260 additions and 24 deletions

11
public/css/app.css vendored
View File

@@ -586,7 +586,12 @@ input[type="number"] {
width: 10%;
}
.input-group-recurring {
padding-left: 0;
padding-right: 0;
.popover-content, .discount.box-body, .discount.box-footer {
padding-left: 0 !important;
padding-right: 0 !important;
}
.discount-description {
margin-top: 6px;
margin-left: -20px;
}