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: 9f569374c6b1bb6e8684046f1e45a1fad67c72b67a26f5799a006d47bc435f2e
4
- data.tar.gz: 799c5d965bf93fe78c9139e40c16eec950ae812aa302c80cf38ee251fc1182cf
3
+ metadata.gz: f3ba3dcb6180db3bb8fcd3f745dbee97e50931cf9316a610e20a74bc934b540a
4
+ data.tar.gz: 462bc959412ec30097cfb2b245c849b3fe6ea6b8d3d6318559934464e2f79523
5
5
  SHA512:
6
- metadata.gz: 33e93b6674d013d1adf647692faadb6917c5504f8330fd775199845c3e8e7f45c13560bb8a09481338e34b6ece4779984a757e47781661f8055d21d035d430b8
7
- data.tar.gz: 9dd80d6ac28f611f89852f76811a5c9013250ba5deeddad99ada59d3c3f4744911c581c4132b90a190d6f4a835088c34ead3abccc43b665a2b1e3f0a7a7ab914
6
+ metadata.gz: 89ed97bafc74ca3c88b36a790ce0258749c0f3d6be3e963682bf19134d2e505e1fdeecde1cfed14e36a3670868bc18c5cf4c9f364f7e9ad92fea4c6262839451
7
+ data.tar.gz: cb07bdd86a19b1d5c33283e63ef074e84224f53c937cb1fce1e1408c1eddda4440840a10eaae41d990056cd4a2d4d005afbfd2bb2c0691ecd0d549461ace4784
@@ -1,5 +1,5 @@
1
1
  module Vbax
2
2
  module BeckyThatcher
3
- VERSION = "0.6.0"
3
+ VERSION = "0.7.0"
4
4
  end
5
5
  end
@@ -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.6.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-28 00:00:00.000000000 Z
11
+ date: 2019-05-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler