magic_stylez 0.0.0.84 → 0.0.0.85

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: 7662f2ccce8cfaa57cd2a841da826e52de08a589
4
- data.tar.gz: 7d96bcdd91b00fc41c70cae5de0b04c268dfde50
3
+ metadata.gz: 87b34998d7b6c341b8b3dc7ed31607d5ca47df99
4
+ data.tar.gz: e5581bcd2849d944dabcc55880d340bfa713b422
5
5
  SHA512:
6
- metadata.gz: 08cb8644536c326033e09e5e75f1c4e90d7056574065ef8dc00c5885f456e9e46ed2a6ee7e5b550a26acc50fb1e149a7655ec5505b3b7cd66295174af411ad9a
7
- data.tar.gz: ed3ae039f4f90fc3500a7c554efe64792bce0dbe255f75452dd24e796c95a0d1b08e32c6cc182e757c09c1f792a7853903495424bed05d74d921228cf272244a
6
+ metadata.gz: a306fc2f40b2e64fec26491c337d5fc0765adf1dd6418617901e0393aa65f79439bb63f194412c6b67b8f1608cac87712037297fae19b18b91230423b7b95dab
7
+ data.tar.gz: 5d6f3a67f7b867f4e3b33321488f3fdcad2f3d186ac04674961acf3bcb51f0f4e85bba5255d97f2e6de173acc2472fca80c5d9681a29158c804486bf6bac08f2
@@ -1,3 +1,3 @@
1
1
  module MagicStylez
2
- VERSION = "0.0.0.84"
2
+ VERSION = "0.0.0.85"
3
3
  end
@@ -138,8 +138,8 @@ $input-height-base: ($line-height-computed + ($padding-base-vertica
138
138
  $input-height-large: (ceil($font-size-large * $line-height-large) + ($padding-large-vertical * 2) + 2) !default;
139
139
  //** Small `.form-control` height
140
140
  $input-height-small: (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 2) !default;
141
- $input-height-xs: (floor($font-size-small * $line-height-small) + ($padding-xs-vertical * 2) + 2) !default;
142
- $input-height-xl: (ceil($font-size-xl * $line-height-xl) + ($padding-large-xl * 2) + 2) !default;
141
+ $input-height-xs: (floor($font-size-xs * $line-height-xs) + ($padding-xs-vertical * 2) + 2) !default;
142
+ $input-height-xl: (ceil($font-size-xl * $line-height-xl) + ($padding-xl-vertical * 2) + 2) !default;
143
143
 
144
144
 
145
145
 
@@ -67,9 +67,9 @@
67
67
  padding: $padding-xs-vertical $padding-xs-horizontal;
68
68
  // font-size: $font-size-small;
69
69
  // line-height: $line-height-small;
70
- &:first-child { @include border-left-radius($border-radius-small); }
71
- &:last-child { @include border-right-radius($border-radius-small); }
72
- &.icn { font-size: $font-size-small * 1.1; @include btn_icn_width($line-height-computed-xs, $padding-xs-vertical); }
70
+ &:first-child { @include border-left-radius($border-radius-xs); }
71
+ &:last-child { @include border-right-radius($border-radius-xs); }
72
+ &.icn { font-size: $font-size-xs * 1.1; @include btn_icn_width($line-height-computed-xs, $padding-xs-vertical); }
73
73
  }
74
74
 
75
75
  & > .icn {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_stylez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.84
4
+ version: 0.0.0.85
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel