smock 0.1.38 → 0.1.39

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.38)
4
+ smock (0.1.39)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
@@ -1,15 +1,7 @@
1
- $hero-background: #5f636a
2
-
3
- @mixin banner-section($background_color, $background_image)
4
- background-color: $background_color
5
- background-repeat: repeat-x
6
- background-position: top center
7
- +clearfix
8
-
9
- @mixin hero($image)
1
+ .hero
10
2
  color: white
3
+ background-color: $gray-light
11
4
  background-size: cover
12
- +banner-section($hero-background, "heroes/#{$image}")
13
5
  +space(min-height, 12)
14
6
  +space(padding-top, 5)
15
7
  +space(padding-bottom, 2)
@@ -34,23 +26,6 @@ $hero-background: #5f636a
34
26
  +span-columns(2 of 12)
35
27
  text-align: center
36
28
 
37
- .hero--business-online-marketing
38
- +hero('business-online-marketing.jpg')
39
- .hero--mobile-apps
40
- +hero('mobile-apps.jpg')
41
- .hero--ecommerce-cms-development
42
- +hero('ecommerce-cms-development.jpg')
43
- .hero--websites-programming
44
- +hero('websites-programming.jpg')
45
- .hero--design-graphics
46
- +hero('design-graphics.jpg')
47
- .hero--wordpress
48
- +hero('wordpress.jpg')
49
- .hero--logo-design-branding
50
- +hero('logo-design-branding.jpg')
51
- .hero--video-animation
52
- +hero('video-animation.jpg')
53
-
54
29
  .hero__heading__video-launcher
55
30
  text-decoration: none
56
31
  color: white
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.38
4
+ version: 0.1.39
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -348,7 +348,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
348
348
  version: '0'
349
349
  segments:
350
350
  - 0
351
- hash: 1635157782998625943
351
+ hash: 556751954482626345
352
352
  required_rubygems_version: !ruby/object:Gem::Requirement
353
353
  none: false
354
354
  requirements:
@@ -357,7 +357,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
357
357
  version: '0'
358
358
  segments:
359
359
  - 0
360
- hash: 1635157782998625943
360
+ hash: 556751954482626345
361
361
  requirements: []
362
362
  rubyforge_project: smock
363
363
  rubygems_version: 1.8.21