magic_stylez 0.0.0.76 → 0.0.0.77

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: 97f7fb29c449e8564211a7e8ae0a04d65ac293a4
4
- data.tar.gz: 2d8db4e1b343c8e2193cec82a5de7dc5d279d212
3
+ metadata.gz: 5b4b6c0fad87194f6bc8041793ded56022bb0673
4
+ data.tar.gz: 7349627a4f4ede7223b605f11b079dbae66ae3db
5
5
  SHA512:
6
- metadata.gz: 19f35b43eee163d7ff930161b9c294929a894b8c71246ac8f41467ddb07b0a40c7266b32827c42f7ef47c534668c2d024e1c86b990adb9832258a79f2c66b11a
7
- data.tar.gz: 9f66255583d934323023ef8086f580fc0bdfd9181644a95b97ed0bdcb4c113f92f45124aa3cfefbc38f2bef17eef99ce43da920f2e220c3b1bffb173212108dc
6
+ metadata.gz: 33522636dde04cc9b104857693222744591b50d2309cabc91335cd3e3ba3d276b0cb78bcd406d0bb4a89e9e8890a94a3ff5c86e2d770cbc69386186d89e7013e
7
+ data.tar.gz: 5c43bab28975b05d7f2b5e5c10a82a7d03bd15c5c8f0598ea62687450ffe9c9abd8e97477b80bbb481403955cac0a23a8d388f290430f1cb745b8226dd109a50
@@ -1,3 +1,3 @@
1
1
  module MagicStylez
2
- VERSION = "0.0.0.76"
2
+ VERSION = "0.0.0.77"
3
3
  end
@@ -33,6 +33,26 @@
33
33
  .corset, .container { background: transparent; }
34
34
  }
35
35
 
36
+
37
+ //
38
+ // Header Section
39
+ //
40
+ &.head {
41
+ z-index: 2;
42
+ background: $section-head-background;
43
+ padding: $section-head-padding 0;
44
+ h1, h2, .h1, .h2 {
45
+ margin: 0; padding: 0;
46
+ line-height: $section-head-line-height;
47
+ font-size: $section-head-font-size;
48
+ color: $brand-color;
49
+ text-align: left;
50
+ small { color: $section-head-small-color; }
51
+ }
52
+ @include all_form_elements { background: $section-head-input-bg; }
53
+ }
54
+
55
+
36
56
  //
37
57
  // Sections with shine
38
58
  //
@@ -146,23 +166,6 @@
146
166
  @include all_form_elements { background: $section-three-input-bg; }
147
167
  }
148
168
 
149
- //
150
- // Header Section
151
- //
152
- &.head {
153
- z-index: 2;
154
- background: $section-head-background;
155
- padding: $section-head-padding 0;
156
- h1, h2, .h1, .h2 {
157
- margin: 0; padding: 0;
158
- line-height: $section-head-line-height;
159
- font-size: $section-head-font-size;
160
- color: $brand-color;
161
- text-align: left;
162
- small { color: $section-head-small-color; }
163
- }
164
- @include all_form_elements { background: $section-head-input-bg; }
165
- }
166
169
 
167
170
  //
168
171
  // Speech Section
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: magic_stylez
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.76
4
+ version: 0.0.0.77
5
5
  platform: ruby
6
6
  authors:
7
7
  - Torsten Wetzel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-25 00:00:00.000000000 Z
11
+ date: 2015-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails