GIPainter-base 0.5.7 → 0.5.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/stylesheets/Variables/_typography.scss +3 -3
- data/lib/GIPainter-base/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af074a6d90f1185889cba5c42123b176792f5714
|
4
|
+
data.tar.gz: 623ec266a30d8e59fc128c7706ad923b2dd47fcc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68b42e098586d3dcf8e409a2dca1d853b4ba909a6821e18352ef87f95c311716fbfc111fb40915a4e8f4800cba2416d2f3acdfba7e53a62453e60183ef78f745
|
7
|
+
data.tar.gz: ea6bb2671b5fa301e0399a9504d2536416f4b5815a606e43e8087021f4b448c2b98cd9bc2397a96aa010c391fc4f837c9317aaf7c9a2a2d06549b9cd791b0118
|
@@ -27,8 +27,8 @@ $font-family-base: $font-family-sans-serif !default;
|
|
27
27
|
/// @prop {typography} font-size-small [$font-size-small]
|
28
28
|
|
29
29
|
$font-size-base: 14 !default;
|
30
|
-
$font-size-large: ceil(($font-size-base * 1.25)) !default; // ~
|
31
|
-
$font-size-small: ceil(($font-size-base * 0.85)) !default; // ~
|
30
|
+
$font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18
|
31
|
+
$font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12
|
32
32
|
|
33
33
|
/// @prop {typography} font-size-h1 [$font-size-h1]
|
34
34
|
/// @prop {typography} font-size-h2 [$font-size-h2]
|
@@ -49,7 +49,7 @@ $font-size-h6: ceil(($font-size-base * 0.85)) !default;
|
|
49
49
|
/// @prop {typography} line-height-computed [$line-height-computed] - Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
|
50
50
|
|
51
51
|
$line-height-base: 1.428571429 !default;
|
52
|
-
$line-height-computed: floor(($font-size-base * $line-height-base)) !default; // ~20px
|
52
|
+
$line-height-computed: floor(($font-size-base * $line-height-base) * 1px) !default; // ~20px
|
53
53
|
|
54
54
|
/// Headings by default is inherits from the '<body>'.
|
55
55
|
/// @prop {typography} headings-font-family [$headings-font-family]
|