Update font sizes per qa request.

This commit is contained in:
Bryan Mauger 2022-12-06 11:52:47 -05:00
parent 4aa74e7298
commit a96f1b2c67

View file

@ -117,7 +117,7 @@ export default {
min-height: 58px; min-height: 58px;
&.has-subheader { &.has-subheader {
min-height: 86px; min-height: 78px;
} }
&:before { &:before {
@ -200,12 +200,16 @@ export default {
font-weight: 500; font-weight: 500;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
span.pricing-info { span {
color: $green; &.pricing-info {
color: $green;
font-size: .875rem;
}
} }
&.sub-label { &.sub-label {
color: $green; color: $green;
text-transform: uppercase; text-transform: uppercase;
font-size: .75rem;
} }
} }
ul { ul {
@ -213,6 +217,7 @@ export default {
padding: 0; padding: 0;
li { li {
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
font-size: .875rem;
} }
} }
} }