v2 plans style overrides and capitalize "Best Value"

This commit is contained in:
Jessica Lawshe 2018-08-27 10:09:20 -05:00
parent eb8e279ac7
commit a87b5a629a
3 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,14 @@
.plans {
blockquote {
footer{
/* accessibility fix */
color: @ol-blue-gray-3;
}
}
.plans-header{
h1, h2 {
color: @gray-dark;
}
}
}

View file

@ -6,6 +6,7 @@
.best-value {
color: @brand-secondary;
line-height: @line-height-computed;
text-transform: capitalize;
}
blockquote {
footer{

View file

@ -15,4 +15,5 @@
@import "app/about.less";
@import "app/blog-posts.less";
@import "app/cms-page.less";
@import "app/plans-ol.less";
@import "app/portals.less";