Tax is added directly to product for sale
Auth guard and auth service simplified and fixed so that user is updated upon login Home component changed to use square buttons Fixed showing the totals in the bill ng linted the project
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
.running {
|
||||
background-color: green;
|
||||
/* Red 900 */
|
||||
background-color: #b71c1c;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.printed {
|
||||
background-color: firebrick;
|
||||
/* Green 900 */
|
||||
background-color: #1b5e20;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.square-button {
|
||||
|
||||
Reference in New Issue
Block a user