Skip to content

Commit

Permalink
feat(colors): add npm-blue-4
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflembeck committed Jun 22, 2016
1 parent 39951f0 commit 5c830e8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/pivotal-ui/components/colors/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ $tabs-active-bg-color: $gray-2;
<p class="mvn">npm-brand-yellow-2</p>
</div>
</div>
</div>
<div class="color-chip-row">
<div class="chip">
<div class="chip-color bg-npm-warm-1"></div>
<div class="chip-color-name">
Expand Down Expand Up @@ -104,6 +107,12 @@ $tabs-active-bg-color: $gray-2;
<p class="mvn">npm-blue-3</p>
</div>
</div>
<div class="chip">
<div class="chip-color bg-npm-blue-4"></div>
<div class="chip-color-name">
<p class="mvn">npm-blue-4</p>
</div>
</div>
</div>
<div class="color-chip-row">
Expand Down Expand Up @@ -581,6 +590,7 @@ $tabs-active-bg-color: $gray-2;
}



// warm
.bg-npm-warm-1 {
background-color: $npm-warm-1 !important;
Expand Down Expand Up @@ -608,6 +618,10 @@ $tabs-active-bg-color: $gray-2;
background-color: $npm-blue-3 !important;
}

.bg-npm-blue-4 {
background-color: $npm-blue-4 !important;
}

// pastels

.bg-npm-pastel-1 {
Expand Down
1 change: 1 addition & 0 deletions src/pivotal-ui/components/pui-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ $npm-warm-3: #f09233;
$npm-blue-1: #166B8A;
$npm-blue-2: #2a79a7;
$npm-blue-3: #1A8BCB; // also use for #1d80b9
$npm-blue-4: #DBECEC;


// pastels
Expand Down

0 comments on commit 5c830e8

Please sign in to comment.