Skip to content

Commit

Permalink
ZNTA_1837: added muted and neutral colours to frontend storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
kgough committed Apr 24, 2017
1 parent 45fac8c commit 7c87ad6
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions server/zanata-frontend/src/frontend/app/styles/style.less
Expand Up @@ -3973,17 +3973,25 @@ img.avatar-round {
---------------------------------------------------------------------------- */

.sg-brand-primary .sg-color-swatch {
background: #03A6D7;
background: @color-light;
}

.sg-gray-lighter .sg-color-swatch {
background: #546677;
background: @color-dark;
}

.sg-gray-light .sg-color-swatch {
background: #629BAC;
}

.sg-neutral .sg-color-swatch {
background: @color-neutral;
}

.sg-muted .sg-color-swatch {
background: @color-muted;
}

.sg-gray .sg-color-swatch {
background: @gray-lighter;
}
Expand All @@ -4001,23 +4009,23 @@ img.avatar-round {
}

.sg-brand-success .sg-color-swatch {
background: #62C876;
background: @color-success;
}

.sg-brand-info .sg-color-swatch {
background: #4E9FDD;
background: @color-light;
}

.sg-brand-unsure .sg-color-swatch {
background: #E9DD00;
background: @color-unsure;
}

.sg-brand-warning .sg-color-swatch {
background: #FFA800;
background: @color-warning;
}

.sg-brand-danger .sg-color-swatch {
background: #FF3B3D;
background: @color-danger;
}

.sg-nav-pills {
Expand Down

0 comments on commit 7c87ad6

Please sign in to comment.