helio 0.0.0.8 → 0.0.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6d1c12faaab33a00f4983e2399f9577cdec18650
4
- data.tar.gz: 5b5b11b2b3f57cdf1ed9646bd66329d13cee8cac
3
+ metadata.gz: 188046c3d23f9006d6af5b444604d52d9d49c9a8
4
+ data.tar.gz: 241e70a3177c189f77e5f8bb841100877c1447df
5
5
  SHA512:
6
- metadata.gz: 543db73e29bda6a3ffad1960adacf4d66e02fc67618c5b82440afaa84df298871a69196d06e577e75f639aba625b7abe3767131f1b16cf0ae9cf72faefa0226f
7
- data.tar.gz: af4df72c2adeb26b4eb3629a6fb05f9043d5e53c3f2d0b7933d8c4b6db578c78ecc0509a2e728d2e95413257ad06da2149e4e9f9d7178fd73975764ac4aa5a4e
6
+ metadata.gz: a8ebe32563ff8ce761ab164d8b6e1db9ae998c13bc68a67a2cc90f220b4b929b10815188b0e37d7a3f9edba503b501e3e04be2fe69595ca77b0be382dad30cae
7
+ data.tar.gz: a9c4c12c370ae2e35833de90fc52a22815bfa6ff08747ca2c555d61b30324e4d07f9a42aa9c4a55bbcd96f270a92cc17f9c5c104289f713898aefa3bcf709cbe
@@ -1,45 +1,45 @@
1
1
  @mixin paddings($name, $value) {
2
- .pt-#{$name},
3
- .pv-#{$name},
4
- .pa-#{$name},
5
- .pt-#{$name}-hover:hover,
6
- .pv-#{$name}-hover:hover,
7
- .pa-#{$name}-hover:hover,
8
- .active .pt-#{$name}-active,
9
- .active .pv-#{$name}-active,
10
- .active .pa-#{$name}-active,
11
- .pt-#{$name}-plus + .pt-#{$name}-plus {
2
+ .pt-#{$name}, .pt-xs-#{$name},
3
+ .pv-#{$name}, .pv-xs-#{$name},
4
+ .pa-#{$name}, .pa-xs-#{$name},
5
+ .pt-#{$name}-hover:hover, .pt-xs-#{$name}-hover:hover,
6
+ .pv-#{$name}-hover:hover, .pv-xs-#{$name}-hover:hover,
7
+ .pa-#{$name}-hover:hover, .pa-xs-#{$name}-hover:hover,
8
+ .active .pt-#{$name}-active, .active .pt-xs-#{$name}-active,
9
+ .active .pv-#{$name}-active, .active .pv-xs-#{$name}-active,
10
+ .active .pa-#{$name}-active, .active .pa-xs-#{$name}-active,
11
+ .pt-#{$name}-plus + .pt-#{$name}-plus, .pt-xs-#{$name}-plus + .pt-xs-#{$name}-plus {
12
12
  padding-top: $value;
13
13
  }
14
14
 
15
- .pl-#{$name},
16
- .ph-#{$name},
17
- .pa-#{$name},
18
- .pl-#{$name}-hover:hover,
19
- .ph-#{$name}-hover:hover,
20
- .pa-#{$name}-hover:hover,
21
- .active .pl-#{$name}-active,
22
- .active .ph-#{$name}-active,
23
- .active .pa-#{$name}-active,
24
- .pl-#{$name}-plus + .pl-#{$name}-plus {
15
+ .pl-#{$name}, .pl-xs-#{$name},
16
+ .ph-#{$name}, .ph-xs-#{$name},
17
+ .pa-#{$name}, .pa-xs-#{$name},
18
+ .pl-#{$name}-hover:hover, .pl-xs-#{$name}-hover:hover,
19
+ .ph-#{$name}-hover:hover, .ph-xs-#{$name}-hover:hover,
20
+ .pa-#{$name}-hover:hover, .pa-xs-#{$name}-hover:hover,
21
+ .active .pl-#{$name}-active, .active .pl-xs-#{$name}-active,
22
+ .active .ph-#{$name}-active, .active .ph-xs-#{$name}-active,
23
+ .active .pa-#{$name}-active, .active .pa-xs-#{$name}-active,
24
+ .pl-#{$name}-plus + .pl-#{$name}-plus, .pl-xs-#{$name}-plus + .pl-xs-#{$name}-plus {
25
25
  padding-left: $value;
26
26
  }
27
27
 
28
- .pb-#{$name},
29
- .pv-#{$name},
30
- .pa-#{$name},
31
- .pb-#{$name}-hover:hover,
32
- .pv-#{$name}-hover:hover,
33
- .pa-#{$name}-hover:hover,
34
- .active .pb-#{$name}-active,
35
- .active .pv-#{$name}-active,
36
- .active .pa-#{$name}-active {
28
+ .pb-#{$name}, .pb-xs-#{$name},
29
+ .pv-#{$name}, .pv-xs-#{$name},
30
+ .pa-#{$name}, .pa-xs-#{$name},
31
+ .pb-#{$name}-hover:hover, .pb-xs-#{$name}-hover:hover,
32
+ .pv-#{$name}-hover:hover, .pv-xs-#{$name}-hover:hover,
33
+ .pa-#{$name}-hover:hover, .pa-xs-#{$name}-hover:hover,
34
+ .active .pb-#{$name}-active, .active .pb-xs-#{$name}-active,
35
+ .active .pv-#{$name}-active, .active .pv-xs-#{$name}-active,
36
+ .active .pa-#{$name}-active, .active .pa-xs-#{$name}-active {
37
37
  padding-bottom: $value;
38
38
  }
39
39
 
40
- .pr-#{$name},
41
- .ph-#{$name},
42
- .pa-#{$name},
40
+ .pr-#{$name}, .pr-xs-#{$name},
41
+ .ph-#{$name}, .ph-xs-#{$name},
42
+ .pa-#{$name}, .pa-xs-#{$name},
43
43
  .pr-#{$name}-hover:hover,
44
44
  .ph-#{$name}-hover:hover,
45
45
  .pa-#{$name}-hover:hover,
@@ -1,3 +1,21 @@
1
+ .hide-active {
2
+ display: block;
3
+ }
4
+
5
+ .show-active {
6
+ display: none;
7
+ }
8
+
9
+ .active {
10
+ .hide-active {
11
+ display: none;
12
+ }
13
+
14
+ .show-active {
15
+ display: block;
16
+ }
17
+ }
18
+
1
19
  .z-1 {
2
20
  z-index: 1;
3
21
  }
@@ -66,14 +84,22 @@
66
84
  position: fixed;
67
85
  }
68
86
 
69
- .pull-left-xs {
87
+ .pull-xs-left {
70
88
  float: left;
71
89
  }
72
90
 
73
- .pull-right-xs {
91
+ .pull-xs-right {
74
92
  float: right;
75
93
  }
76
94
 
95
+ .text-xs-left {
96
+ text-align: left;
97
+ }
98
+
99
+ .text-xs-right {
100
+ text-align: right;
101
+ }
102
+
77
103
  @media (min-width: $screen-sm-min) {
78
104
  .stc-sm {
79
105
  position: static;
@@ -91,13 +117,21 @@
91
117
  position: fixed;
92
118
  }
93
119
 
94
- .pull-left-sm {
120
+ .pull-sm-left {
95
121
  float: left;
96
122
  }
97
123
 
98
- .pull-right-sm {
124
+ .pull-sm-right {
99
125
  float: right;
100
126
  }
127
+
128
+ .text-sm-left {
129
+ text-align: left;
130
+ }
131
+
132
+ .text-sm-right {
133
+ text-align: right;
134
+ }
101
135
  }
102
136
 
103
137
  @media (min-width: $screen-md-min) {
@@ -117,13 +151,21 @@
117
151
  position: fixed;
118
152
  }
119
153
 
120
- .pull-left-md {
154
+ .pull-md-left {
121
155
  float: left;
122
156
  }
123
157
 
124
- .pull-right-md {
158
+ .pull-md-right {
125
159
  float: right;
126
160
  }
161
+
162
+ .text-md-left {
163
+ text-align: left;
164
+ }
165
+
166
+ .text-md-right {
167
+ text-align: right;
168
+ }
127
169
  }
128
170
 
129
171
  @media (min-width: $screen-lg-min) {
@@ -143,11 +185,19 @@
143
185
  position: fixed;
144
186
  }
145
187
 
146
- .pull-left-lg {
188
+ .pull-lg-left {
147
189
  float: left;
148
190
  }
149
191
 
150
- .pull-right-lg {
192
+ .pull-lg-right {
151
193
  float: right;
152
194
  }
195
+
196
+ .text-lg-left {
197
+ text-align: left;
198
+ }
199
+
200
+ .text-lg-right {
201
+ text-align: right;
202
+ }
153
203
  }
@@ -11,9 +11,17 @@ body {
11
11
  text-decoration: none;
12
12
  }
13
13
 
14
+ a {
15
+ background-color: transparent;
16
+ }
17
+
14
18
  // Clear border stylings
15
19
  * {
16
20
  border-width: 0px;
17
21
  outline-width: 0px;
18
22
  }
23
+
24
+ img {
25
+ border: 0;
26
+ }
19
27
  }
data/lib/helio/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Helio
2
- VERSION = '0.0.0.8'
2
+ VERSION = '0.0.0.9'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: helio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0.8
4
+ version: 0.0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Jovanovic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-05-20 00:00:00.000000000 Z
11
+ date: 2015-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass