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: 588da845319db52dc99a14e87d958849311cc83e338237f7eac7e8849d3f1e4d
4
- data.tar.gz: 0f12577792a7e99a5d04735640a66e82d35bedc6b8e2c4793196051ca87ce585
3
+ metadata.gz: 801c6b4d84b3ae22b9ba7ed88b4862c42ec0a0582bb9780474096c9ca1895f7f
4
+ data.tar.gz: 1d403dac78cf540f92a2e872b2f46cb4d667e7aeec692d2ddc597d922939a938
5
5
  SHA512:
6
- metadata.gz: 8d6d8241e9f6d7315c378997e7da027b76d593641e051f4167a1ec873447e488231f061a83c8debf3a6ffb7dee4a0e8a7c0e238464382b29dd153e03798c59f5
7
- data.tar.gz: b5043d5d7dfea0eadf767dacc5c7f0c5fd8f2d1e0fc3868fbec4db66e330431a7b9262669e22dbf6d15e802a60e971354d87db7df7f7ab1362c58e045d5bacb5
6
+ metadata.gz: b8ec75ad5e3d9fc000f1e01d48fc1b26ea5accab8fae84618a15a69eca6475594ef622f399a6e0cd249d3cb15a5d4258e7dffc3c8f69447444bee42711d0369f
7
+ data.tar.gz: 2329759c33083069df01b8e4b113919ef602c22b3f8770a49e29931a8c284ba10e9d52d41ac47bd4e8783425dce9433f76742c52045a727d338cb28c4b995745
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- codefabrik-styleguide (0.1.9)
4
+ codefabrik-styleguide (0.1.10)
5
5
  dartsass-rails (>= 0.4.0)
6
6
  rails (>= 6.0)
7
7
  sassc (>= 2.4.0)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Codefabrik
4
4
  module Styleguide
5
- VERSION = "0.1.9"
5
+ VERSION = "0.1.10"
6
6
  end
7
7
  end
@@ -82,6 +82,7 @@ main {
82
82
  padding: 1 * $default_distance 2 * $default_distance;
83
83
  border-left: 0.25 * $default_distance solid transparent;
84
84
  background-color: $background_color;
85
+ margin: 0;
85
86
 
86
87
  &.active {
87
88
  border-left: 0.25 * $default_distance solid $primary_color;
@@ -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: 25%);
18
+ $primary_color_light: scale-color($primary_color, $lightness: 50%);
19
19
 
20
20
  @import 'styleguide/01_reset';
21
21
  @import 'styleguide/02_layout';
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codefabrik-styleguide
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lukas_Skywalker