smock 0.1.258 → 0.1.259
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 +1 -1
- data/app/assets/stylesheets/modules/_service_card.sass +4 -0
- data/examples/service.html +27 -0
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/examples/service.html
CHANGED
|
@@ -109,6 +109,33 @@
|
|
|
109
109
|
</article>
|
|
110
110
|
</div>
|
|
111
111
|
|
|
112
|
+
<div class="example">
|
|
113
|
+
<article class="service service__card" am-grid-col="l:3:9" am-grid-row="l:start">
|
|
114
|
+
<a href="#">
|
|
115
|
+
<div class="service__card__image">
|
|
116
|
+
<div class="service__card__mask">
|
|
117
|
+
<div class="service__card__mask__content">
|
|
118
|
+
<div>121 Deliveries</div>
|
|
119
|
+
<div>100% Recommended</div>
|
|
120
|
+
</div>
|
|
121
|
+
</div>
|
|
122
|
+
<div class="service__card__image__tag">New!</div>
|
|
123
|
+
<img width="223" height="198" src="https://dummyimage.com/223x198">
|
|
124
|
+
</div>
|
|
125
|
+
</a>
|
|
126
|
+
<div class="service__card__title s-small-below">
|
|
127
|
+
<a href="#" >Creative Concept Business Card Design with Images</a>
|
|
128
|
+
</div>
|
|
129
|
+
<div class="service__card__provider">
|
|
130
|
+
<img class="service__card__provider__image avatar__image" src="https://dummyimage.com/44x44">
|
|
131
|
+
<p class="service__card__provider__info">
|
|
132
|
+
<strong class="service__card__provider__name">Brandbusters (58)</strong>
|
|
133
|
+
<span class="service__card__provider__country">Brazil</span>
|
|
134
|
+
</p>
|
|
135
|
+
</div>
|
|
136
|
+
</article>
|
|
137
|
+
</div>
|
|
138
|
+
|
|
112
139
|
<div class="example">
|
|
113
140
|
<div class="service service__card" am-grid-col="l:3:9">
|
|
114
141
|
<a class="service__card__container--custom-job" href="#">
|
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.
|
|
4
|
+
version: 0.1.259
|
|
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-03-
|
|
12
|
+
date: 2015-03-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sass
|
|
@@ -2374,7 +2374,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
2374
2374
|
version: '0'
|
|
2375
2375
|
segments:
|
|
2376
2376
|
- 0
|
|
2377
|
-
hash:
|
|
2377
|
+
hash: 363836524287835318
|
|
2378
2378
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
2379
2379
|
none: false
|
|
2380
2380
|
requirements:
|
|
@@ -2383,7 +2383,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
2383
2383
|
version: '0'
|
|
2384
2384
|
segments:
|
|
2385
2385
|
- 0
|
|
2386
|
-
hash:
|
|
2386
|
+
hash: 363836524287835318
|
|
2387
2387
|
requirements: []
|
|
2388
2388
|
rubyforge_project: smock
|
|
2389
2389
|
rubygems_version: 1.8.23.2
|