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 @@

- - + Left Icon

- - + Right Icon

- - +

- - + Left, Large

- - + Right, Large

- - +

- - + Left Icon, Small

- - + Right Icon, Small

- - +

diff --git a/src/components/button/test/outline/main.html b/src/components/button/test/outline/main.html index 4182418c09..737fe54a40 100644 --- a/src/components/button/test/outline/main.html +++ b/src/components/button/test/outline/main.html @@ -14,10 +14,10 @@

- a.positive - - - + a.primary + + +

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 - + a.small + - a.outline.small - + a.outline.small + - a.clear.small - + a.clear.small +

- + H E L L O - + - a - + a + - a - + a +

diff --git a/src/components/card/card.scss b/src/components/card/card.scss index 8d391a7cf4..9a1671f8fc 100644 --- a/src/components/card/card.scss +++ b/src/components/card/card.scss @@ -7,6 +7,6 @@ margin: 10px; } -.card .item-title { +.card .item-label { white-space: normal; } diff --git a/src/components/card/test/basic/main.html b/src/components/card/test/basic/main.html index 87f0bcc8cd..bf3c3b25d3 100644 --- a/src/components/card/test/basic/main.html +++ b/src/components/card/test/basic/main.html @@ -11,7 +11,7 @@
-
+
Card Header
@@ -19,7 +19,7 @@
-
+
I met her in a club down in old Soho, where you drink champagne and it tastes just like Cola cola, C-O-L-A cola. @@ -29,7 +29,7 @@
-
+
She walked up to me and she asked me to dance. I asked her name and in a dark brown voice she said, "Lola", L-O-L-A Lola, lo lo lo lo Lola @@ -39,7 +39,7 @@