smock 0.1.212 → 0.1.213

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.212)
4
+ smock (0.1.213)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
@@ -0,0 +1,14 @@
1
+ .full-width-video__container
2
+ position: relative
3
+
4
+ .full-width-video__element
5
+ position: absolute
6
+ top: 0
7
+ left: 0
8
+ height: 100%
9
+ width: 100%
10
+ overflow: hidden
11
+
12
+ .full-width-video__player
13
+ min-width: 100%
14
+ min-height: 100%
@@ -58,6 +58,7 @@
58
58
  @import "modules/addon"
59
59
  @import "modules/search_large"
60
60
  @import "modules/categories_dropdown"
61
+ @import "modules/video"
61
62
 
62
63
  $typecsset-baseline-size: typecsset-strip-units($typecsset-magic-number)
63
64
 
@@ -17,7 +17,14 @@
17
17
  </head>
18
18
  <body am-grid>
19
19
 
20
- <header class="ch-black-background header">
20
+ <header class="ch-black-background header full-width-video__container">
21
+ <div class="full-width-video__element">
22
+ <video autoplay loop muted preload="auto" class="full-width-video__player" poster="http://microlancer.lancerassets.com/v2/services/23/2fa960498d11e49ff9efc5fbc8892e/medium_video_thumbnail_Suya-reklam-.jpg">
23
+ <source src="http://microlancer.lancerassets.com/v2/services/23/2fa960498d11e49ff9efc5fbc8892e/medium_video_webm_Suya-reklam-.webm" type="video/webm">
24
+ <source src="http://microlancer.lancerassets.com/v2/services/23/2fa960498d11e49ff9efc5fbc8892e/medium_video_Suya-reklam-.mp4" type="video/mp4">
25
+ </video>
26
+ </div>
27
+
21
28
  <div class="container th-size-medium">
22
29
  <div class="s-small-below lh-clear">
23
30
  <a class="header__logo svg__logo--inverse lh-pull-left lh-margin-right th-double-line" href="https://studio-app.envato.com/smock/examples/">Envato Studio</a>
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.212
4
+ version: 0.1.213
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: 2015-01-12 00:00:00.000000000 Z
12
+ date: 2015-01-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
@@ -173,6 +173,7 @@ files:
173
173
  - app/assets/stylesheets/modules/_styleguide.sass
174
174
  - app/assets/stylesheets/modules/_testimonials.sass
175
175
  - app/assets/stylesheets/modules/_tooltip.sass
176
+ - app/assets/stylesheets/modules/_video.sass
176
177
  - app/assets/stylesheets/modules/form/_credit_card.sass
177
178
  - app/assets/stylesheets/modules/form/_payment_method.sass
178
179
  - app/assets/stylesheets/modules/header/_categories.sass
@@ -2044,7 +2045,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
2044
2045
  version: '0'
2045
2046
  segments:
2046
2047
  - 0
2047
- hash: -3171572574415442743
2048
+ hash: -2756049243398662915
2048
2049
  required_rubygems_version: !ruby/object:Gem::Requirement
2049
2050
  none: false
2050
2051
  requirements:
@@ -2053,7 +2054,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
2053
2054
  version: '0'
2054
2055
  segments:
2055
2056
  - 0
2056
- hash: -3171572574415442743
2057
+ hash: -2756049243398662915
2057
2058
  requirements: []
2058
2059
  rubyforge_project: smock
2059
2060
  rubygems_version: 1.8.21