vbax-becky_thatcher 0.6.0 → 0.7.0
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f3ba3dcb6180db3bb8fcd3f745dbee97e50931cf9316a610e20a74bc934b540a
|
|
4
|
+
data.tar.gz: 462bc959412ec30097cfb2b245c849b3fe6ea6b8d3d6318559934464e2f79523
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89ed97bafc74ca3c88b36a790ce0258749c0f3d6be3e963682bf19134d2e505e1fdeecde1cfed14e36a3670868bc18c5cf4c9f364f7e9ad92fea4c6262839451
|
|
7
|
+
data.tar.gz: cb07bdd86a19b1d5c33283e63ef074e84224f53c937cb1fce1e1408c1eddda4440840a10eaae41d990056cd4a2d4d005afbfd2bb2c0691ecd0d549461ace4784
|
|
@@ -184,6 +184,12 @@
|
|
|
184
184
|
& > .content{
|
|
185
185
|
padding-bottom: 150px;
|
|
186
186
|
padding-top: 150px;
|
|
187
|
+
@include media-breakpoint-down(xs){
|
|
188
|
+
&.signup-pro-fullpage{
|
|
189
|
+
padding-top: 0px;
|
|
190
|
+
padding-bottom: 0px;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
187
193
|
}
|
|
188
194
|
|
|
189
195
|
.footer{
|
|
@@ -192,6 +198,15 @@
|
|
|
192
198
|
bottom: 0;
|
|
193
199
|
padding-left: 48px;
|
|
194
200
|
padding-right: 48px;
|
|
201
|
+
@include media-breakpoint-down(xs){
|
|
202
|
+
&.signup-pro-footer{
|
|
203
|
+
position: inherit;
|
|
204
|
+
}
|
|
205
|
+
&.signup-part-footer{
|
|
206
|
+
position: inherit;
|
|
207
|
+
padding-top: 0px;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
195
210
|
|
|
196
211
|
.container{
|
|
197
212
|
color: $white;
|
|
@@ -279,6 +294,10 @@
|
|
|
279
294
|
border-radius: 20% !important;
|
|
280
295
|
width: 350px !important;
|
|
281
296
|
}
|
|
297
|
+
|
|
298
|
+
.page-header{
|
|
299
|
+
flex-direction: column;
|
|
300
|
+
}
|
|
282
301
|
}
|
|
283
302
|
|
|
284
303
|
@include media-breakpoint-down(xs){
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vbax-becky_thatcher
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- v baxter
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-05-
|
|
11
|
+
date: 2019-05-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|