smock 0.1.162 → 0.1.163

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- smock (0.1.162)
4
+ smock (0.1.163)
5
5
  sass (= 3.2.19)
6
6
  thor (= 0.19.1)
7
7
 
@@ -10,7 +10,10 @@ label
10
10
  display: block
11
11
  font-weight: bold
12
12
 
13
- input,
13
+ input[type="checkbox"]
14
+ +space(margin-right, 0.5)
15
+
16
+ input[type="text"],
14
17
  textarea
15
18
  padding: 0
16
19
  margin: 0
@@ -0,0 +1,32 @@
1
+ .addons
2
+ box-shadow: 0 0 0 1px $border-color
3
+ +space(padding, 0.5)
4
+
5
+ .addon__card__titlebar
6
+ +space(line-height, 2)
7
+ +space(height, 2)
8
+
9
+ +space(padding-left, 0.5)
10
+
11
+ .addon__card__title
12
+ float: left
13
+
14
+ .addon__card__price
15
+ float: right
16
+ +space(width, 2)
17
+ text-align: center
18
+ +space(line-height, 1.5)
19
+ +space(margin-top, 0.5)
20
+ font-weight: bold
21
+
22
+ .addon__card__content
23
+ clear: both
24
+ +space(padding-bottom, 0.5)
25
+ +space(margin-left, 1.5)
26
+ +space(margin-right, 2.5)
27
+
28
+ .addon__card
29
+ box-shadow: 0 1px 0 0 $border-color
30
+
31
+ .addon__card:last-child
32
+ box-shadow: none
@@ -54,6 +54,7 @@
54
54
  @import "modules/number-icon"
55
55
  @import "modules/category_card"
56
56
  @import "modules/flash"
57
+ @import "modules/addon"
57
58
 
58
59
  html.vr
59
60
  background-image: -webkit-linear-gradient(right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%), -webkit-linear-gradient(bottom, rgba(128,128,128,1) 0%, rgba(128,128,128,0) 8%, rgba(128,128,128,0) 100%)
@@ -0,0 +1,50 @@
1
+ <h2>Addons</h2>
2
+
3
+ <div class="example">
4
+ <div class="addons">
5
+ <div class="addon__card">
6
+ <div class="addon__card__titlebar">
7
+ <div class="addon__card__title">
8
+ <input type="checkbox" checked disabled></input>
9
+ <strong>Installation</strong>
10
+ <span>This will cover the installation of your WordPress theme.</span>
11
+ </div>
12
+ <span class="addon__card__price">$50</span>
13
+ </div>
14
+
15
+ <div class="addon__card__content">
16
+ You get WordPress, your theme, its demo content (where supplied), and your logo installed on your (non-WordPress.com) server.
17
+ </div>
18
+ </div>
19
+ <div class="addon__card">
20
+ <div class="addon__card__titlebar">
21
+ <div class="addon__card__title">
22
+ <input type="checkbox"></input>
23
+ <strong>Basic Plugins</strong>
24
+ <span>Install the most popular plug-ins for enhanced site functionality</span>
25
+ </div>
26
+ <span class="addon__card__price">$50</span>
27
+ </div>
28
+ </div>
29
+ <div class="addon__card">
30
+ <div class="addon__card__titlebar">
31
+ <div class="addon__card__title">
32
+ <input type="checkbox"></input>
33
+ <strong>SEO Setup</strong>
34
+ <span>Ensure your site is optimized and discoverable for Google searches</span>
35
+ </div>
36
+ <span class="addon__card__price">$50</span>
37
+ </div>
38
+ </div>
39
+ <div class="addon__card">
40
+ <div class="addon__card__titlebar">
41
+ <div class="addon__card__title">
42
+ <input type="checkbox"></input>
43
+ <strong>Security Setup</strong>
44
+ <span>Reduce security risk by implementing security best pratices</span>
45
+ </div>
46
+ <span class="addon__card__price">$50</span>
47
+ </div>
48
+ </div>
49
+ </div>
50
+ </div>
data/index.html CHANGED
@@ -38,6 +38,7 @@
38
38
  <li><a href="#reviews" rel="reviews">Reviews</a></li>
39
39
  <li><a href="#service" rel="service">Service</a></li>
40
40
  <li><a href="#testimonials" rel="testimonials">Testimonials</a></li>
41
+ <li><a href="#addons" rel="addons">Addons</a></li>
41
42
  </ul>
42
43
  </div>
43
44
 
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.162
4
+ version: 0.1.163
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-11-27 00:00:00.000000000 Z
12
+ date: 2014-11-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
@@ -142,6 +142,7 @@ files:
142
142
  - app/assets/stylesheets/includes/_typography_helpers.sass
143
143
  - app/assets/stylesheets/includes/_typography_settings.sass
144
144
  - app/assets/stylesheets/includes/icons.sass
145
+ - app/assets/stylesheets/modules/_addon.sass
145
146
  - app/assets/stylesheets/modules/_am_grid.sass
146
147
  - app/assets/stylesheets/modules/_asset_uploader.sass
147
148
  - app/assets/stylesheets/modules/_categories.sass
@@ -266,6 +267,7 @@ files:
266
267
  - app/assets/stylesheets/thirdparty/typecsset.scss
267
268
  - app/assets/stylesheets/thirdparty/video-js.scss
268
269
  - bin/smock
270
+ - examples/addons.html
269
271
  - examples/atoms.html
270
272
  - examples/avatars.html
271
273
  - examples/banners.html
@@ -444,7 +446,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
444
446
  version: '0'
445
447
  segments:
446
448
  - 0
447
- hash: -1637158816131415412
449
+ hash: -1545588355651933819
448
450
  required_rubygems_version: !ruby/object:Gem::Requirement
449
451
  none: false
450
452
  requirements:
@@ -453,7 +455,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
453
455
  version: '0'
454
456
  segments:
455
457
  - 0
456
- hash: -1637158816131415412
458
+ hash: -1545588355651933819
457
459
  requirements: []
458
460
  rubyforge_project: smock
459
461
  rubygems_version: 1.8.21