refactor reponsive invoice and estimate

crater styles
This commit is contained in:
Jay_Makwana
2019-11-15 20:55:25 +05:30
parent 1567d9fd37
commit a2b6130150
4 changed files with 60 additions and 13 deletions

View File

@ -545,6 +545,27 @@
}
@media (max-width: $x-small-breakpoint) {
.page-header {
margin-bottom: 13px;
.invoice-action-btn {
width: 100%;
display: flex;
justify-content: center;
margin-top: 15px;
margin-right: 0px !important;
}
}
.estimate-customer-container {
padding-right: 0px;
}
.collapse-input {
padding-right: 0px;
}
.page-actions {
position: relative;
-webkit-transform: none;
@ -582,6 +603,7 @@
}
.estimate-total {
min-width: 346px;
margin-top: 25px;
}

View File

@ -25,6 +25,7 @@
margin: 0 0 0 14px;
}
}
}
.invoice-input {
@ -549,6 +550,28 @@
}
@media (max-width: $x-small-breakpoint) {
.page-header {
margin-bottom: 13px;
.invoice-action-btn {
width: 100%;
display: flex;
justify-content: center;
margin-top: 15px;
margin-right: 0px !important;
}
}
.invoice-customer-container {
padding-right: 0px;
}
.collapse-input {
padding-right: 0px;
}
.page-actions {
position: relative;
-webkit-transform: none;
@ -586,6 +609,7 @@
}
.invoice-total {
min-width: 346px;
margin-top: 25px;
}