smock 0.1.100 → 0.1.101

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- smock (0.1.100)
4
+ smock (0.1.101)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
@@ -15,7 +15,6 @@
15
15
 
16
16
  .banner
17
17
  +space(height, 9)
18
- +space(margin-bottom)
19
18
  .banner__image
20
19
  max-width: 100%
21
20
  margin: 0 auto
@@ -1,3 +1,6 @@
1
+ .footer
2
+ +space(margin-top, 2)
3
+
1
4
  .footer-banner
2
5
  +space(margin-bottom)
3
6
  background: $black
@@ -4,7 +4,36 @@
4
4
  p
5
5
  +typecsset-font-size($first-font-size)
6
6
  .profile__review__quote
7
- +space(margin, 3)
8
- blockquote
9
- +typecsset-font-size($second-font-size)
10
- text-align: center
7
+ +space(margin, 2)
8
+ text-align: center
9
+ font-size: $first-font-size
10
+
11
+ .profile__review__purchase-count
12
+ +space(margin-left, 0.25)
13
+ color: $gray
14
+
15
+ .profile__review__box
16
+ +typecsset-font-size($second-font-size)
17
+ background: $gray-lightest
18
+ +space(padding, 2)
19
+ position: relative
20
+
21
+ .profile__review__box:after, .profile__review__box:before
22
+ top: 100%
23
+ left: 50%
24
+ border: solid transparent
25
+ content: " "
26
+ height: 0
27
+ width: 0
28
+ position: absolute
29
+ pointer-events: none
30
+
31
+ .profile__review__box:after
32
+ border-top-color: $gray-lightest
33
+ border-width: 15px
34
+ margin-left: -15px
35
+
36
+ .profile__review__box:before
37
+ border-top-color: $gray-lightest
38
+ border-width: 21px
39
+ margin-left: -21px
@@ -1,2 +0,0 @@
1
- .recommendations
2
- +space(margin-bottom, 1)
@@ -2,7 +2,8 @@
2
2
  +top-horizontal-rule(1)
3
3
 
4
4
  .service__card__image
5
- +space(min-height, 9)
5
+ +space(height, 9)
6
+ +space(margin-bottom, 0.5)
6
7
  position: relative
7
8
 
8
9
  .service__card__image__price
@@ -28,4 +29,11 @@
28
29
  span
29
30
  color: $gray
30
31
  font-weight: normal
31
- +space(padding-left, 0.5)
32
+ +space(padding-left, 0.5)
33
+
34
+ .service__card__image--custom--job
35
+ +space(margin-bottom, 0.5)
36
+ +space(height, 9)
37
+ +space(line-height, 9)
38
+ background: $gray-lightest
39
+ text-align: center
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.100
4
+ version: 0.1.101
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-10-06 00:00:00.000000000 Z
12
+ date: 2014-10-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
@@ -388,7 +388,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
388
388
  version: '0'
389
389
  segments:
390
390
  - 0
391
- hash: 1743165719758427144
391
+ hash: -2817804237074528518
392
392
  required_rubygems_version: !ruby/object:Gem::Requirement
393
393
  none: false
394
394
  requirements:
@@ -397,7 +397,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
397
397
  version: '0'
398
398
  segments:
399
399
  - 0
400
- hash: 1743165719758427144
400
+ hash: -2817804237074528518
401
401
  requirements: []
402
402
  rubyforge_project: smock
403
403
  rubygems_version: 1.8.21