Skip to content

Commit

Permalink
Merge pull request #10 from pepsico-ecommerce/new-blue-color
Browse files Browse the repository at this point in the history
adds in --color-blue-6 to colors.css
  • Loading branch information
toodimes authored May 6, 2022
2 parents 279aff2 + 74f6ae6 commit f7d5888
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
--color-blue-3: #0597F2;
--color-blue-4: #74D8FF;
--color-blue-5: #D5F2FE;
--color-blue-6: #2151A1;
--color-red-1: #F5222D;
--color-red-2: #CF1322;
--color-green-1: #88B441;
Expand Down Expand Up @@ -175,6 +176,16 @@
.border-color-blue-5 {
border-color: var(--color-blue-5);
}
/* Blue 6 */
.color-blue-6 {
color: var(--color-blue-6);
}
.bg-color-blue-6 {
background-color: var(--color-blue-6);
}
.border-color-blue-6 {
border-color: var(--color-blue-6);
}

/* Red 1 */
.color-red-1 {
Expand Down

0 comments on commit f7d5888

Please sign in to comment.