mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-16 10:22:55 -05:00
refactor reponsive invoice and estimate
crater styles
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user