Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
Updating colours
Browse files Browse the repository at this point in the history
  • Loading branch information
richmccartney committed Mar 5, 2017
1 parent d3397ef commit ba7a01e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/documentation.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ hr {
background-color: #c7162b;
}
.docs-color.docs-color--orange {
background-color: #dd4814;
background-color: #e95420;
}
.docs-color.docs-color--yellow {
background-color: #f99b11;
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <h3>Brand colours</h3>
<div class="twelve-col">
<div class="two-col u-align--center">
<div class="docs-color docs-color--orange"></div>
<p>Orange - <code class="docs-code">#dd4814</code></p>
<p>Orange - <code class="docs-code">#e95420</code></p>
</div>
<div class="two-col u-align--center">
<div class="docs-color docs-color--cool-grey"></div>
Expand Down
4 changes: 2 additions & 2 deletions scss/_settings.defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ $editable: $white;
$off: #666 !default;

/// MAAS Form colours
$primary-button-color: #dd4814;
$primary-button-color: #e95420;
$secondary-button-color: $white;

// MAAS Tab colours
$tab-active-state: #dd4814!default;
$tab-active-state: #e95420!default;

// Header variables
$header-link-color: $white;
Expand Down

0 comments on commit ba7a01e

Please sign in to comment.