mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-14 17:32:56 -05:00
merge with master
This commit is contained in:
@@ -19,3 +19,19 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media(max-width: $x-small-breakpoint ) {
|
||||
|
||||
.base-modal {
|
||||
|
||||
.category-modal {
|
||||
|
||||
.input-label {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -34,3 +34,20 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@media(max-width: $x-small-breakpoint ) {
|
||||
|
||||
.base-modal {
|
||||
|
||||
.customer-modal {
|
||||
|
||||
.input-label {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
17
resources/assets/sass/components/item-modal.scss
vendored
17
resources/assets/sass/components/item-modal.scss
vendored
@@ -19,3 +19,20 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@media(max-width: $x-small-breakpoint ) {
|
||||
|
||||
.base-modal {
|
||||
|
||||
.item-modal {
|
||||
|
||||
.input-label {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -495,7 +495,6 @@
|
||||
font-weight: 300;
|
||||
font-size: 12px;
|
||||
padding-top: 2px;
|
||||
padding-left: 10px;
|
||||
|
||||
textarea {
|
||||
|
||||
|
||||
10
resources/assets/sass/pages/statuses.scss
vendored
10
resources/assets/sass/pages/statuses.scss
vendored
@@ -1,6 +1,6 @@
|
||||
// Invoice statuses
|
||||
|
||||
.inv-status-due {
|
||||
.inv-status-overdue {
|
||||
background: #FED7D7;
|
||||
font-size: 13px;
|
||||
color: #9B2C2C;
|
||||
@@ -15,9 +15,9 @@
|
||||
}
|
||||
|
||||
.inv-status-unpaid {
|
||||
background: rgba(246, 208, 154, 0.4);
|
||||
background: #F8EDCB;
|
||||
font-size: 13px;
|
||||
color: #A96E1A;
|
||||
color: #6C432E;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
@@ -50,9 +50,9 @@
|
||||
}
|
||||
|
||||
.inv-status-partially_paid {
|
||||
background: #E1E0EA;
|
||||
background: #C9E3EC;
|
||||
font-size: 13px;
|
||||
color: #312F57;
|
||||
color: #1E576C;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user