smock 0.1.228 → 0.1.229

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- smock (0.1.228)
4
+ smock (0.1.229)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
@@ -38,6 +38,14 @@
38
38
  +space(top, 2)
39
39
  text-transform: uppercase
40
40
 
41
+ .avatar--testimonial--small--default
42
+ +space(width, 2)
43
+ +space(height, 2)
44
+ +space(margin-right, 0.5)
45
+ background: $gray-light
46
+ text-transform: capitalize
47
+ border-radius: $border-radius
48
+
41
49
  .avatar--medium
42
50
  +space(height, 7)
43
51
 
@@ -0,0 +1,9 @@
1
+ #fixed-sidebar.homepage-fixed
2
+ position: fixed
3
+ top: 0
4
+ left: 0
5
+ right: 0
6
+ z-index: 9999
7
+
8
+ #fixed-wrapper.homepage-fixed
9
+ +space(height, 3)
@@ -0,0 +1,15 @@
1
+ $slick-dot-color-active: $orange
2
+ $slick-dot-color: $gray
3
+ $slick-dot-size: 44px
4
+ $slick-font-family: "sans-serif"
5
+ @import "../thirdparty/slick"
6
+
7
+ .slick-wrapper--testimonial
8
+ +space(height, 16)
9
+ .slick-wrapper
10
+ +space(height, 15)
11
+
12
+ .slick
13
+ display: none !important
14
+ .slick.slick-initialized
15
+ display: block !important
@@ -62,14 +62,10 @@ button
62
62
  @import "modules/search_large"
63
63
  @import "modules/categories_dropdown"
64
64
  @import "modules/video"
65
-
66
- $slick-dot-color-active: $orange
67
- $slick-dot-color: $gray
68
- $slick-dot-size: 44px
69
- $slick-font-family: "sans-serif"
70
- @import "thirdparty/slick"
65
+ @import "modules/slick"
71
66
  @import "modules/icon_card"
72
67
  @import "modules/spinner"
68
+ @import "modules/homepage_nav"
73
69
 
74
70
  $typecsset-baseline-size: typecsset-strip-units($typecsset-magic-number)
75
71
 
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.228
4
+ version: 0.1.229
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -160,6 +160,7 @@ files:
160
160
  - app/assets/stylesheets/modules/_footer.sass
161
161
  - app/assets/stylesheets/modules/_header.sass
162
162
  - app/assets/stylesheets/modules/_hero.sass
163
+ - app/assets/stylesheets/modules/_homepage_nav.sass
163
164
  - app/assets/stylesheets/modules/_icon_card.sass
164
165
  - app/assets/stylesheets/modules/_metric.sass
165
166
  - app/assets/stylesheets/modules/_metrics.sass
@@ -174,6 +175,7 @@ files:
174
175
  - app/assets/stylesheets/modules/_service_card.sass
175
176
  - app/assets/stylesheets/modules/_service_collection.sass
176
177
  - app/assets/stylesheets/modules/_sharing_widgets.sass
178
+ - app/assets/stylesheets/modules/_slick.sass
177
179
  - app/assets/stylesheets/modules/_social.sass
178
180
  - app/assets/stylesheets/modules/_spinner.sass
179
181
  - app/assets/stylesheets/modules/_stars.sass
@@ -2361,7 +2363,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
2361
2363
  version: '0'
2362
2364
  segments:
2363
2365
  - 0
2364
- hash: -2728887431969853863
2366
+ hash: 598731782090322987
2365
2367
  required_rubygems_version: !ruby/object:Gem::Requirement
2366
2368
  none: false
2367
2369
  requirements:
@@ -2370,7 +2372,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2370
2372
  version: '0'
2371
2373
  segments:
2372
2374
  - 0
2373
- hash: -2728887431969853863
2375
+ hash: 598731782090322987
2374
2376
  requirements: []
2375
2377
  rubyforge_project: smock
2376
2378
  rubygems_version: 1.8.21