GIPainter-base 0.5.5 → 0.5.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d1fbe5eaa16a75ae97ec42b2896df48d7c894549
4
- data.tar.gz: 64ff9b1875b11a0ddaabd3ae33ffbec2df33df20
3
+ metadata.gz: d94106db7ad22b774d79194b00a09fa7b33c65cc
4
+ data.tar.gz: e2cbb61b2ee547f5cafbc33475a77e1bfbbfcd2d
5
5
  SHA512:
6
- metadata.gz: 83a164753c39f1f82bcf7bfbd41f3f5dfea4b57c6b1023da8cbb1efd75442e4597090c1fcb4cedad9dab4e582474279d056f790e10a6ff83e4773b53d1336e2c
7
- data.tar.gz: 3dad119d1d3090e4e582e59780cdb45290967f858bc9d8ad54ebaa901c86eee09ab6557e50c2796dbce5dfef9a486072b5f953a3f1ff83b3b2cdef54db325ec0
6
+ metadata.gz: 6b24bd4e18257ce8d1aa8303b2e4c9ab2f354aadbad06935f92bb9c2b396bb20e55ff3b55450a63a6d5c6c51bbbd4d615b8981b4991c9811f362a9eefefc942f
7
+ data.tar.gz: 521b83e6405f0f6da02df01e5ade6e64281da9ea99f6de84ce8aa70a10208aec90ac5fd75eed928c33574967a1dd10c1cadb337d3bf133f5c3be58d8f2a1d01f
@@ -35,11 +35,11 @@ $white: #fff !default;
35
35
  /// @prop {Color} main-color-light [$main-color-light]
36
36
  /// @prop {Color} main-color-lighter [$main-color-lighter]
37
37
 
38
- $main-color-darker: #2e4572 !default;
39
- $main-color-dark: #344e81 !default;
40
38
  $main-color: #3d5c98 !default;
41
- $main-color-light: #6e85b2 !default;
42
- $main-color-lighter: #9faecc !default;
39
+ $main-color-dark: darken($main-color, 10%) !default;
40
+ $main-color-darker: darken($main-color, 20%) !default;
41
+ $main-color-light: lighten($main-color, 10%) !default;
42
+ $main-color-lighter: lighten($main-color, 20%) !default;
43
43
 
44
44
  /// GI Secondary color
45
45
  /// @prop {Color} secondary-color-darker [$secondary-color-darker]
@@ -48,11 +48,11 @@ $main-color-lighter: #9faecc !default;
48
48
  /// @prop {Color} secondary-color-light [$secondary-color-light]
49
49
  /// @prop {Color} secondary-color-lighter [$secondary-color-lighter]
50
50
 
51
- $secondary-color-darker: #941515 !default;
52
- $secondary-color-dark: #A71818 !default;
53
51
  $secondary-color: #c51c1c !default;
54
- $secondary-color-light: #d45555 !default;
55
- $secondary-color-lighter: #e38c8e !default;
52
+ $secondary-color-dark: darken($secondary-color, 10%) !default;
53
+ $secondary-color-darker: darken($secondary-color, 20%) !default;
54
+ $secondary-color-light: lighten($secondary-color, 10%) !default;
55
+ $secondary-color-lighter: lighten($secondary-color, 20%) !default;
56
56
 
57
57
  /// Brand color
58
58
  /// @prop {Color} brand-primary [$brand-primary]
@@ -1,3 +1,3 @@
1
1
  module GIPainter_base
2
- VERSION = '0.5.5'
2
+ VERSION = '0.5.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: GIPainter-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.5
4
+ version: 0.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genious Interactive
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-17 00:00:00.000000000 Z
11
+ date: 2017-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: compass