diff --git a/src/components/app/_colors.scss b/src/components/app/_colors.scss index 1b144cc938..0d102a17fb 100644 --- a/src/components/app/_colors.scss +++ b/src/components/app/_colors.scss @@ -6,6 +6,20 @@ $colors: ( + primary: ( + base: #387ef5, + inverse: #fff, + light: #145fd7, + dark: #145fd7 + ), + + secondary: ( + base: #387ef5, + inverse: #fff, + light: #145fd7, + dark: #145fd7 + ), + light: ( base: #fff, inverse: #444, @@ -20,13 +34,6 @@ $colors: ( dark: #b2b2b2 ), - positive: ( - base: #387ef5, - inverse: #fff, - light: #145fd7, - dark: #145fd7 - ), - assertive: ( base: #ef473a, inverse: #fff, diff --git a/src/components/button/test/basic/main.html b/src/components/button/test/basic/main.html index b66ef1500c..2d408e0aae 100644 --- a/src/components/button/test/basic/main.html +++ b/src/components/button/test/basic/main.html @@ -14,10 +14,10 @@
- a.positive - - - + a.primary + + +
diff --git a/src/components/button/test/block/main.html b/src/components/button/test/block/main.html index dd8f61b8fb..a24c63cc2e 100644 --- a/src/components/button/test/block/main.html +++ b/src/components/button/test/block/main.html @@ -1,15 +1,15 @@
- a.button-block - + a.button-block +
- a.button-block - + a.button-block +
- a.button-block - + a.button-block +
diff --git a/src/components/button/test/clear/main.html b/src/components/button/test/clear/main.html index e570e69dc5..e1174b009b 100644 --- a/src/components/button/test/clear/main.html +++ b/src/components/button/test/clear/main.html @@ -14,10 +14,10 @@- a.positive - - - + a.primary + + +
diff --git a/src/components/button/test/full/main.html b/src/components/button/test/full/main.html index 4f53aae9d9..33908219a7 100644 --- a/src/components/button/test/full/main.html +++ b/src/components/button/test/full/main.html @@ -1,15 +1,15 @@
- a.button-full - + a.button-full +
- a.button-full - + a.button-full +
- a.button-full - + a.button-full +
diff --git a/src/components/button/test/icons/main.html b/src/components/button/test/icons/main.html index c1d4ebae35..fd971d5e72 100644 --- a/src/components/button/test/icons/main.html +++ b/src/components/button/test/icons/main.html @@ -2,77 +2,77 @@-
-
-
-
-
-
-
-
-
- a.positive
-
diff --git a/src/components/button/test/sizes/main.html b/src/components/button/test/sizes/main.html index cadf7423b2..a2209d3eed 100644 --- a/src/components/button/test/sizes/main.html +++ b/src/components/button/test/sizes/main.html @@ -1,27 +1,27 @@
- a.small
-
-
+
H
E
L
L
O
-