Update font sizes per qa request.
This commit is contained in:
parent
4aa74e7298
commit
a96f1b2c67
1 changed files with 8 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue