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