Use $teal color for some info in the order page

This commit is contained in:
Jean-Baptiste Bellet
2023-09-14 10:20:44 +02:00
parent f71ace1d39
commit dfe79396f6

View File

@@ -16,7 +16,7 @@
.order-total {
font-size: 35px;
font-weight: 600;
color: $color-success;
color: $teal;
}
}
@@ -25,10 +25,10 @@
color: $color-body-text;
.shipment-number {
color: $color-success;
color: $teal;
}
.stock-location-name {
color: $color-success;
color: $teal;
}
}
}