mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
status color
This commit is contained in:
8
resources/assets/sass/pages/statuses.scss
vendored
8
resources/assets/sass/pages/statuses.scss
vendored
@ -15,9 +15,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.inv-status-unpaid {
|
.inv-status-unpaid {
|
||||||
background: rgba(246, 208, 154, 0.4);
|
background: #F8EDCB;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #A96E1A;
|
color: #6C432E;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -50,9 +50,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.inv-status-partially_paid {
|
.inv-status-partially_paid {
|
||||||
background: #E1E0EA;
|
background: #C9E3EC;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #312F57;
|
color: #1E576C;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user