GIPainter-base 0.5.3 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57e7ed8fedebd4234886de96e725a0a75cfbce62
4
- data.tar.gz: bd05c1933210baab5babb2c3009de5c33a2e53b8
3
+ metadata.gz: 470481d12d32f3a0097bf19d55bc8adb092519c7
4
+ data.tar.gz: 96afcd790cde2a6f7a3308ce2079b7d20f4d34fb
5
5
  SHA512:
6
- metadata.gz: d17b6ffd5ee683ee92be55dd98a3b65f271276a11fadc640283290970acf7da9bd601db231123fd661f77e0098b6b62db8130380f034d9b092a2e76bdcc56080
7
- data.tar.gz: c9cca4af418254acd0487850dce78353a3ad8e35c38a07af49e06bb9d7391508aaed072138ce0cf7b214cc2d4f9c396d4db619a319b01cfebb27a4f327211d03
6
+ metadata.gz: 6f7dfc15a91bbd32dbae58c34f39f8cb11063dede9ad36fa0a2b0d02a7442b822755e8039c0b6bee73fadd06b6194cea0bbc952b731db7df38387b8104afe52d
7
+ data.tar.gz: 53be579352a22b24b9ecfe9fccf37945800f447b7a48e06989ffca73b2d7b060255caa80fbd995449d791cc43bef87f3c334db748282a2cd5262141c8ea424a0
@@ -71,7 +71,7 @@ h3 {
71
71
  margin-bottom: ($line-height-computed / 2);
72
72
 
73
73
  small {
74
- font-size: 0.65em;
74
+ @include font-size($font-size-base * 0.65);
75
75
  }
76
76
  }
77
77
 
@@ -82,7 +82,7 @@ h6 {
82
82
  margin-bottom: ($line-height-computed / 2);
83
83
 
84
84
  small {
85
- font-size: 0.75em;
85
+ @include font-size($font-size-base * 0.75);
86
86
  }
87
87
  }
88
88
 
@@ -156,7 +156,7 @@ hr{
156
156
 
157
157
  sub,
158
158
  sup {
159
- font-size: 75%;
159
+ @include font-size($font-size-base * 0.75);
160
160
  line-height: 0;
161
161
  position: relative;
162
162
  vertical-align: baseline;
@@ -210,7 +210,7 @@ kbd,
210
210
  pre,
211
211
  samp {
212
212
  font-family: $font-family-monospace;
213
- font-size: 1em;
213
+ @include font-size();
214
214
  }
215
215
 
216
216
  blockquote,
@@ -231,7 +231,7 @@ q {
231
231
  footer,
232
232
  small {
233
233
  display: block;
234
- font-size: 80%;
234
+ @include font-size($font-size-base * 0.80);
235
235
  line-height: $line-height-base;
236
236
  color: $gray;
237
237
 
@@ -282,7 +282,7 @@
282
282
  }
283
283
  text-indent: $indent;
284
284
  text-align: $align;
285
- font-size: 0;
285
+ @include font-size(0);
286
286
  white-space: nowrap;
287
287
  @if $overflow {
288
288
  overflow: $overflow;
@@ -26,7 +26,7 @@ $font-family-base: $font-family-sans-serif !default;
26
26
  /// @prop {typography} font-size-large [$font-size-large]
27
27
  /// @prop {typography} font-size-small [$font-size-small]
28
28
 
29
- $font-size-base: 14px !default;
29
+ $font-size-base: 14 !default;
30
30
  $font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18px
31
31
  $font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12px
32
32
 
@@ -1,3 +1,3 @@
1
1
  module GIPainter_base
2
- VERSION = '0.5.3'
2
+ VERSION = '0.5.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: GIPainter-base
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Genious Interactive