Update Pattern Library pages to use new color scheme

TNL-5135
This commit is contained in:
Andy Armstrong
2016-08-01 17:22:45 -04:00
parent c8f0e00ec8
commit 2e12214a17
21 changed files with 74 additions and 74 deletions

View File

@@ -42,7 +42,7 @@
&:focus,
&.is-focused {
background: shade($success, 33%);
color: $btn-default-focus-color;
color: palette(primary, accent);
}
// STATE: is pressed or active
@@ -94,6 +94,6 @@
.form-group {
&.bg-white {
background-color: palette(grayscale, white);
background-color: $white;
}
}