Format code.

This commit is contained in:
Bryan Mauger 2022-12-06 11:55:39 -05:00
parent a96f1b2c67
commit c7dfdf71a6

View file

@ -201,15 +201,15 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
span { span {
&.pricing-info { &.pricing-info {
color: $green; color: $green;
font-size: .875rem; font-size: 0.875rem;
} }
} }
&.sub-label { &.sub-label {
color: $green; color: $green;
text-transform: uppercase; text-transform: uppercase;
font-size: .75rem; font-size: 0.75rem;
} }
} }
ul { ul {
@ -217,7 +217,7 @@ export default {
padding: 0; padding: 0;
li { li {
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
font-size: .875rem; font-size: 0.875rem;
} }
} }
} }