waterfall_bourbon_neat_rails 1.0.1 → 1.0.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b40e8881cf3b3dff16e93d35f64f04af2bce5ab
|
4
|
+
data.tar.gz: 74fe32dab65ede644426ee0aec0c8e291082f29b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97de2f9bbf4742abf32f866c382563ee0cdd9eeb7e61b60ac98c42ea187aea7fa812d69ce4b42551440a767a415b70fc61df9acfa11b2f9407b4b2cd0ff14e2b
|
7
|
+
data.tar.gz: 87b3fa6c6898635a7565970ad32b78016f23f363c3f0e555f7abea5643217a1036ed7bd9aa6c72c0860dfb1f6618d8a4a1bf07bf9bc5209376d3a4edb851dfc9
|
@@ -142,7 +142,7 @@ body#main{
|
|
142
142
|
@include clearfix;
|
143
143
|
@include outer-container;
|
144
144
|
|
145
|
-
|
145
|
+
.field_container{
|
146
146
|
@include span-columns(10);
|
147
147
|
@include clearfix;
|
148
148
|
@include center;
|
@@ -166,6 +166,16 @@ body#main{
|
|
166
166
|
@include span-columns(5 of 10);
|
167
167
|
}
|
168
168
|
|
169
|
+
.left_column{
|
170
|
+
.user_details_phone_number{
|
171
|
+
@include span-columns(3 of 5);
|
172
|
+
}
|
173
|
+
.user_details_phone_extension{
|
174
|
+
@include span-columns(2 of 5);
|
175
|
+
@include omega;
|
176
|
+
}
|
177
|
+
}
|
178
|
+
|
169
179
|
.right_column{
|
170
180
|
.logo_preview{
|
171
181
|
max-width: 375px;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: waterfall_bourbon_neat_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Waterfall Software Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-09-
|
11
|
+
date: 2014-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|