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 +4 -4
- data/lib/magic_stylez/version.rb +1 -1
- data/vendor/assets/stylesheets/magic/layout/_section.scss +20 -17
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5b4b6c0fad87194f6bc8041793ded56022bb0673
|
|
4
|
+
data.tar.gz: 7349627a4f4ede7223b605f11b079dbae66ae3db
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 33522636dde04cc9b104857693222744591b50d2309cabc91335cd3e3ba3d276b0cb78bcd406d0bb4a89e9e8890a94a3ff5c86e2d770cbc69386186d89e7013e
|
|
7
|
+
data.tar.gz: 5c43bab28975b05d7f2b5e5c10a82a7d03bd15c5c8f0598ea62687450ffe9c9abd8e97477b80bbb481403955cac0a23a8d388f290430f1cb745b8226dd109a50
|
data/lib/magic_stylez/version.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2015-03-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|