CSR-1813: minor font weight fix

This commit is contained in:
Adam Caouette 2023-11-22 08:06:18 -05:00
parent b97238d10a
commit c63665ad4c

View file

@ -443,6 +443,7 @@ export default {
p.price {
text-align: center;
color: $green;
font-weight: 500;
}
p:last-child {
margin-bottom: 0;
@ -464,6 +465,7 @@ export default {
.additional-button-data {
font-size: 0.875rem;
font-weight: 500;
line-height: 1.75;
padding-left: 0.5rem;
color: $green;