codefabrik-styleguide 0.1.9 → 0.1.10
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 801c6b4d84b3ae22b9ba7ed88b4862c42ec0a0582bb9780474096c9ca1895f7f
|
4
|
+
data.tar.gz: 1d403dac78cf540f92a2e872b2f46cb4d667e7aeec692d2ddc597d922939a938
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8ec75ad5e3d9fc000f1e01d48fc1b26ea5accab8fae84618a15a69eca6475594ef622f399a6e0cd249d3cb15a5d4258e7dffc3c8f69447444bee42711d0369f
|
7
|
+
data.tar.gz: 2329759c33083069df01b8e4b113919ef602c22b3f8770a49e29931a8c284ba10e9d52d41ac47bd4e8783425dce9433f76742c52045a727d338cb28c4b995745
|
data/Gemfile.lock
CHANGED
@@ -15,7 +15,7 @@ $error_color: scale-color(red, $lightness: 50%);
|
|
15
15
|
$warning_color: scale-color(orange, $lightness: 50%);
|
16
16
|
$success_color: scale-color(green, $lightness: 20%);
|
17
17
|
|
18
|
-
$primary_color_light: scale-color($primary_color, $lightness:
|
18
|
+
$primary_color_light: scale-color($primary_color, $lightness: 50%);
|
19
19
|
|
20
20
|
@import 'styleguide/01_reset';
|
21
21
|
@import 'styleguide/02_layout';
|