diff --git a/src/html/colors.html b/src/html/colors.html index 90c7be6..7dbb9a1 100755 --- a/src/html/colors.html +++ b/src/html/colors.html @@ -2,332 +2,54 @@

Colors

+

Logo Colors

-
+
-
-
-
- $black -
- #000 -
-
- -
-
-
- $white -
- #fff -
-
- -
-
-
- $gray-lighterest -
- #f7f7f7 -
-
- -
-
-
- $gray-lightest -
- #f0f0f0 -
-
- -
-
-
- $gray-lighter -
- #dbdbdb -
-
- -
-
-
- $gray-light -
- #bbb -
-
- -
-
-
- $gray -
- #888 -
-
- -
-
-
- $gray-dark -
- #555 -
-
- -
-
-
- $gray-darker -
- #333 -
-
- -
-
-
- $green-lighter -
- #e8ffed -
-
- -
-
-
- $green-light -
- #2bd94f -
-
- -
-
-
- $green -
- #3ccb5a -
-
- -
-
-
- $green-dark -
- #31b74d -
-
- -
-
-
- $green-darker -
- #2a9f43 -
-
- -
-
-
- $green-darkest -
- #09200e -
-
- -
-
-
- $purple-lightest -
- #eee1f7 -
-
- -
-
-
- $purple-lighter -
- #b6a6bd -
-
- -
-
-
+
+
$purple-light
#834fab -
-
- -
-
-
- $purple -
- #5b3777 -
-
- -
-
-
- $purple-dark -
- #402754 -
-
- -
-
-
- $purple-darker -
- #261731 -
-
- -
-
-
- $purple-darkest -
- #1b0f24 -
-
- -
-
-
- $orange-lightest -
- #fffbf5 -
-
- -
-
-
- $orange-lighter -
- #f7c457 -
-
- -
-
-
- $orange-light -
- #f9b548 -
-
- -
-
-
- $orange -
- #f2ae24 -
-
- -
-
-
- $orange-dark
- #db970d -
-
- -
-
-
- $orange-darker + 23.4, 53.8, 0, 33
- #cd8d0c + 526 C
-
-
-
- $orange-darkest +
+
+ $purple-dark
- #3d2b05 -
-
- -
-
-
- $red-lighter + #ccadd2
- #fde6e9 -
-
- -
-
-
- $red-light + 2.9, 17.6, 0, 17.7
- #ef737f + 7437 C
-
-
+
- $red + $white
- #f25058 -
-
- -
-
-
- $blue-lighter + #ffffff
- #f5fcff + 0, 0, 0, 0
-
-
-
- $blue-light +
+
+ $gray-logo
- #8bd5f9 -
-
- -
-
-
- $blue + #cccccc
- #0ca6f2 -
-
- -
-
-
- $blue-dark + 0, 0, 0, 20
- #1e7daf + 420 C
-
-
\ No newline at end of file + diff --git a/src/styles/angular/globals/var.scss b/src/styles/angular/globals/var.scss index eae8936..4408200 100755 --- a/src/styles/angular/globals/var.scss +++ b/src/styles/angular/globals/var.scss @@ -21,6 +21,7 @@ $gray-light: #bbb; $gray: #888; $gray-dark: #555; $gray-darker: #222; +$gray-logo: #ccc; $green: #3ccb5a; // #1DD156 $green-light: #2bd94f; @@ -64,7 +65,7 @@ $red-darker: darken($red-dark,10%); $blue: #0ca6f2; // previously #2ab0f6; $blue-light: #8bd5f9; // previously #86cff6; $blue-lighter: #f5fcff; // previously #f1faff; -$blue-dark: #0a9be2; +$blue-dark: #1e7daf; // ********** // log themes diff --git a/src/styles/scss/colors.scss b/src/styles/scss/colors.scss deleted file mode 100644 index ac30381..0000000 --- a/src/styles/scss/colors.scss +++ /dev/null @@ -1,42 +0,0 @@ -// list 39 colors -$color-array: black white gray-lighterest gray-lightest gray-lighter gray-light gray gray-dark gray-darker green green-light green-lighter green-dark green-darker green-darkest purple purple-logo purple-light purple-lighter purple-lightest purple-dark purple-darker purple-darkest orange orange-light orange-lighter orange-lightest orange-dark orange-darker orange-darkest red red-light red-lighter red-dark blue blue-light blue-lighter blue-dark; -$color-array-values: $black $white $gray-lighterest $gray-lightest $gray-lighter $gray-light $gray $gray-dark $gray-darker $green $green-light $green-lighter $green-dark $green-darker $green-darkest $purple $purple-logo $purple-light $purple-lighter $purple-lightest $purple-dark $purple-darker $purple-darkest $orange $orange-light $orange-lighter $orange-lightest $orange-dark $orange-darker $orange-darkest $red $red-light $red-lighter $red-dark $blue $blue-light $blue-lighter $blue-dark; - -@mixin colors() { - // 39 colors in total - @for $i from 1 to 39 { - // background - .color-#{nth($color-array,$i)} { - background: nth($color-array-values,$i); - } - } -} - -@include colors(); - -.figure-colors-wrapper { - - .figure { - background: none; - border: 0; - display: block; - margin: 0; - padding: 0; - text-align: left; - } - - .figure-color, - .figcaption { - float: left; - margin: 0; - } - - .figcaption { - margin-left: 9px; - } -} - -.figure-color { - height: 90px; - width: 150px; -} diff --git a/src/styles/scss/figures.scss b/src/styles/scss/figures.scss index 303845c..dfba6be 100644 --- a/src/styles/scss/figures.scss +++ b/src/styles/scss/figures.scss @@ -72,7 +72,6 @@ } .figcaption { - color: $gray-dark; font-weight: bold; margin-top: 15px; margin-bottom: 10px;