waterfall_bourbon_neat_rails 2.0.0.6 → 2.0.0.7
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: 10e063fd8af05b6a472190c6899732bb71025fd5
|
4
|
+
data.tar.gz: 8c9a3c1f2685e9cfbebd6fce33348d51ec56ec8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f19cc451aae5d6014344341076a693f41521868fc9c263bda75dbf0076a4e744444274e93d5ef42cf9f078e6480fc34be37971438ec3f2a4a971f4d1d2066d74
|
7
|
+
data.tar.gz: 9c4464ce5878e1682dee3412342653b48407d6cdfdd9263d9b9d202840ba77d6822235d3bf7cbc5351cd734c2d3a358b7b2714eca3d18155104fe278c715d1b7
|
@@ -46,7 +46,7 @@ body{
|
|
46
46
|
line-height: 50px;
|
47
47
|
color:white;
|
48
48
|
text-align: center;
|
49
|
-
position:
|
49
|
+
position: relative;
|
50
50
|
}
|
51
51
|
}
|
52
52
|
|
@@ -152,25 +152,10 @@ body#landing-page{
|
|
152
152
|
@include span-columns(6 of 8);
|
153
153
|
@include shift(1);
|
154
154
|
}
|
155
|
-
|
156
|
-
// .form_actions{;
|
157
|
-
// @include clearfix;
|
158
|
-
// color: $light_blue;
|
159
|
-
|
160
|
-
// input, .btn_back {
|
161
|
-
// @include btn(#fff, 120px, 40px,1em, $light_blue, transparent, $light_blue);
|
162
|
-
// }
|
163
|
-
// input{
|
164
|
-
// float: left;
|
165
|
-
// }
|
166
|
-
// .btn_back {
|
167
|
-
// float: right;
|
168
|
-
// }
|
169
|
-
// }
|
170
155
|
}
|
171
156
|
}
|
172
157
|
.footer{
|
173
|
-
position:
|
158
|
+
position: relative;
|
174
159
|
footer{
|
175
160
|
background-color: $medium_blue;
|
176
161
|
}
|