magic_stylez 0.0.0.24 → 0.0.0.25

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: c7db6c33af231831c9c2506a0242b63b8f1698d2
4
- data.tar.gz: d4106e6f080a043076f9a88361554e028aa6d954
3
+ metadata.gz: 4beaaca92a2a6a43b7327a67c960f628c0fc0155
4
+ data.tar.gz: ea2fb4b9660c730e3a7cda77b35c962f2b703f47
5
5
  SHA512:
6
- metadata.gz: d84899f682f5914cd7189aca6b6a5f1c379dd55bdcae64181fe261c1f334260061a899ee33409e139725c1a6dd1329a55c78316cd5adc662560d74a6b92654f1
7
- data.tar.gz: f7bd086c761ecc174cef6111d37120c3c5d1ea1f861c3c5198ddaefb5d7f60cd0c4d4967623aa73b03bcbcd438b7684302abda5db941b992ab446ee0a21ecbb5
6
+ metadata.gz: bd55cc3c22b7e9ecf52ce23623eb86599c4376018a81e5a2566a59eaa711ee50d871f2985cc8f49172764e475408229750ddc9cb395a096c9bb7313af8f3e77d
7
+ data.tar.gz: e615513fa4deecc5d85343a4c6ece67aca742ca472711c5cda1b026ba0c80c14d5bf032d92ccd4425395df01d6430b66795b32449684cdc269b3d5c1fa435621
@@ -1,3 +1,3 @@
1
1
  module MagicStylez
2
- VERSION = "0.0.0.24"
2
+ VERSION = "0.0.0.25"
3
3
  end
@@ -11,18 +11,11 @@ $gray-lighter: lighten(#000, 93.5%) !default; // #eee
11
11
  $gray-soft: #f0f0f0 !default;
12
12
  $gray-softer: #f9f9f9 !default;
13
13
  $white: #ffffff !default;
14
- // -------------------------
15
- // Brand colors
16
- // -------------------------
17
- $brand-primary: #336699 !default;
18
- $brand-success: #5cb85c !default;
19
- $brand-info: #5bc0de !default;
20
- $brand-warning: #f0ad4e !default;
21
- $brand-danger: #d9534f !default;
14
+
22
15
  // -------------------------
23
16
  // Accent colors
24
17
  // -------------------------
25
- $blue-soft: #9dcfe1 !default;
18
+ $blue-soft: #9dcfe1 !default;
26
19
  $blue-lighter: #d8e7ec !default;
27
20
  $blue-light: #0099cc !default;
28
21
  $blue: #006699 !default;
@@ -34,7 +27,16 @@ $yellow: #ffc40d !default;
34
27
  $orange: #ff6600 !default;
35
28
  $pink: #c3325f !default;
36
29
  $purple: #7a43b6 !default;
30
+ $violett: #ac4d83 !default;
37
31
 
32
+ // -------------------------
33
+ // Brand colors
34
+ // -------------------------
35
+ $brand-primary: #336699 !default; // twbs-default: #428bca
36
+ $brand-success: #006600 !default; // twbs-default: #5cb85c
37
+ $brand-info: #0099cc !default; // twbs-default: #5bc0de
38
+ $brand-warning: #f0ad4e !default; // twbs-default: #f0ad4e
39
+ $brand-danger: #d9534f !default; // twbs-default: #d9534f
38
40
 
39
41
 
40
42
  //== Scaffolding
@@ -49,15 +49,30 @@ $headings-color: inherit !default;
49
49
  $btn-font-weight: normal !default;
50
50
 
51
51
 
52
-
53
- p.loud {
54
- @include sansCondensedThin;
55
- font-size: 18px;
52
+ $loud-factor: 1.25;
53
+
54
+ h1.loud, .h1.loud { font-size: $font-size-h1 * $loud-factor; }
55
+ h2.loud, .h2.loud { font-size: $font-size-h2 * $loud-factor; }
56
+ h3.loud, .h3.loud { font-size: $font-size-h3 * $loud-factor; }
57
+ h4.loud, .h4.loud { font-size: $font-size-h4 * $loud-factor; }
58
+ h5.loud, .h5.loud { font-size: $font-size-h5 * $loud-factor; }
59
+ h6.loud, .h6.loud { font-size: $font-size-h6 * $loud-factor; }
60
+
61
+
62
+ div, ul, ol, li, p, span {
63
+ &.loud {
64
+ @include sansCondensedThin;
65
+ font-size: $font-size-base * $loud-factor;
66
+ }
67
+ &.highlight {
68
+ @include sansCondensedThin;
69
+ font-weight: 600;
70
+ font-size: $font-size-base * $loud-factor;
71
+ }
56
72
  }
57
- p.highlight {
58
- @include sansCondensedThin;
59
- font-weight: 600;
60
- font-size: 18px;
73
+
74
+ ul, ol, li, p, span, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
75
+ &.brand { color: $brand-color; }
61
76
  }
62
77
 
63
78
 
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.24
4
+ version: 0.0.0.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel