Format code.

This commit is contained in:
Bryan Mauger 2024-10-18 13:30:33 -04:00
parent 2197ef8e61
commit cfe1cff199

View file

@ -311,7 +311,7 @@ export default {
justify-content: space-between; justify-content: space-between;
div.strikethrough-discount-price { div.strikethrough-discount-price {
text-decoration: line-through; text-decoration: line-through;
margin-right: .5rem; margin-right: 0.5rem;
font-weight: 500; font-weight: 500;
font-size: 0.75rem; font-size: 0.75rem;
line-height: 20px; line-height: 20px;
@ -387,12 +387,12 @@ export default {
flex-direction: row; flex-direction: row;
margin: auto; margin: auto;
margin-left: -2rem; margin-left: -2rem;
padding: .5rem 1rem; padding: 0.5rem 1rem;
border-radius: .25rem; border-radius: 0.25rem;
margin-top: .5rem; margin-top: 0.5rem;
span { span {
color: $green; color: $green;
font-size: .875rem; font-size: 0.875rem;
font-weight: 600; font-weight: 600;
} }
} }