Add @brand-secondary color

This commit is contained in:
Jessica Lawshe 2018-08-27 09:54:07 -05:00
parent c920dc37d2
commit a2a98e0be1
3 changed files with 5 additions and 3 deletions

View file

@ -4,7 +4,7 @@
margin-bottom: @line-height-computed; margin-bottom: @line-height-computed;
} }
.best-value { .best-value {
color: @red; color: @brand-secondary;
line-height: @line-height-computed; line-height: @line-height-computed;
} }
blockquote { blockquote {
@ -67,7 +67,7 @@
width: 120px; width: 120px;
height: 120px; height: 120px;
border-radius: 50%; border-radius: 50%;
background-color: @red; background-color: @brand-secondary;
color: white; color: white;
white-space: nowrap; white-space: nowrap;
span.small { span.small {
@ -348,7 +348,7 @@
/* tooltip */ /* tooltip */
sup { sup {
color: @red; color: @brand-secondary;
cursor: pointer; cursor: pointer;
margin-left: 5px; margin-left: 5px;
} }

View file

@ -360,6 +360,7 @@
@purple: #7a43b6; @purple: #7a43b6;
@brand-primary: @ol-green; @brand-primary: @ol-green;
@brand-secondary: @ol-dark-green;
@brand-success: @green; @brand-success: @green;
@brand-info: @ol-blue; @brand-info: @ol-blue;
@brand-warning: @orange; @brand-warning: @orange;

View file

@ -20,6 +20,7 @@
@purple: #7a43b6; @purple: #7a43b6;
@brand-primary: @red; @brand-primary: @red;
@brand-secondary: @red;
@brand-success: @green; @brand-success: @green;
@brand-info: @blue; @brand-info: @blue;
@brand-warning: @orange; @brand-warning: @orange;