smock 0.1.32 → 0.1.33
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.
- data/Gemfile.lock +1 -1
- data/app/assets/stylesheets/modules/_footer.sass +4 -3
- data/app/assets/stylesheets/modules/_header.sass +2 -5
- data/app/assets/stylesheets/modules/_hero.sass +0 -1
- data/app/assets/stylesheets/modules/form/_payment_method.sass +3 -3
- data/app/assets/stylesheets/smock.sass +6 -4
- metadata +3 -3
data/Gemfile.lock
CHANGED
@@ -11,7 +11,8 @@
|
|
11
11
|
+space(margin-bottom)
|
12
12
|
display: block
|
13
13
|
width: 100%
|
14
|
-
background:
|
14
|
+
background-position: center
|
15
|
+
background-repeat: no-repeat
|
15
16
|
background-size: contain
|
16
17
|
|
17
18
|
.footer-banner__text
|
@@ -73,8 +74,8 @@
|
|
73
74
|
+span-columns(2 of 12)
|
74
75
|
+shift(5)
|
75
76
|
text-indent: -999999px
|
76
|
-
background:
|
77
|
-
background-position:
|
77
|
+
background-repeat: no-repeat
|
78
|
+
background-position: center right
|
78
79
|
background-size: contain
|
79
80
|
|
80
81
|
.footer-list--social
|
@@ -18,14 +18,11 @@
|
|
18
18
|
.header__logo
|
19
19
|
+span-columns(3)
|
20
20
|
+space(line-height, 2)
|
21
|
-
background:
|
21
|
+
background-position: 0 4px
|
22
|
+
background-repeat: no-repeat
|
22
23
|
background-size: contain
|
23
24
|
text-indent: -99999px
|
24
25
|
|
25
|
-
.header__logo--inverse
|
26
|
-
background: image-url('@x2/logo-inverse.png') 0 4px no-repeat
|
27
|
-
background-size: contain
|
28
|
-
|
29
26
|
.header__utilities
|
30
27
|
+span-columns(5)
|
31
28
|
+flexbox
|
@@ -14,10 +14,10 @@
|
|
14
14
|
+space(margin-top, 0.5)
|
15
15
|
+space(margin-bottom, 0.5)
|
16
16
|
box-shadow: 0 0 0 0 transparent
|
17
|
-
label[for$="paypal"]
|
18
|
-
background: image-url('@x2/paypal_payment.png') center no-repeat
|
17
|
+
label[for$="paypal"],
|
19
18
|
label[for$="braintree"]
|
20
|
-
background:
|
19
|
+
background-position: center
|
20
|
+
background-repeat: no-repeat
|
21
21
|
label
|
22
22
|
+space(line-height)
|
23
23
|
+space(height, 2)
|
@@ -36,9 +36,9 @@
|
|
36
36
|
@import "modules/form/credit_card"
|
37
37
|
@import "modules/form/payment_method"
|
38
38
|
|
39
|
-
|
40
39
|
.hero--affiliates
|
41
|
-
background:
|
40
|
+
background-repeat: no-repeat
|
41
|
+
background-position: center
|
42
42
|
background-size: cover
|
43
43
|
width: 100%
|
44
44
|
color: $white
|
@@ -146,7 +146,9 @@
|
|
146
146
|
min-width: $max-width
|
147
147
|
|
148
148
|
.assumed-user-warning
|
149
|
-
background: black
|
149
|
+
background-color: $black
|
150
|
+
background-repeat: no-repeat
|
151
|
+
background-position: center
|
150
152
|
background-size: cover
|
151
153
|
height: 100px
|
152
154
|
|
@@ -190,4 +192,4 @@
|
|
190
192
|
display: block
|
191
193
|
text-transform: uppercase
|
192
194
|
font-weight: bold
|
193
|
-
font-style: italic
|
195
|
+
font-style: italic
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smock
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.33
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -290,7 +290,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
290
290
|
version: '0'
|
291
291
|
segments:
|
292
292
|
- 0
|
293
|
-
hash:
|
293
|
+
hash: -4449695427582337448
|
294
294
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
295
295
|
none: false
|
296
296
|
requirements:
|
@@ -299,7 +299,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
299
299
|
version: '0'
|
300
300
|
segments:
|
301
301
|
- 0
|
302
|
-
hash:
|
302
|
+
hash: -4449695427582337448
|
303
303
|
requirements: []
|
304
304
|
rubyforge_project: smock
|
305
305
|
rubygems_version: 1.8.21
|