smock 0.1.92 → 0.1.93
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
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
.service_collection
|
|
2
|
+
text-align: center
|
|
3
|
+
|
|
4
|
+
.service_collection__images-container
|
|
5
|
+
+space(margin-bottom)
|
|
6
|
+
+clearfix
|
|
7
|
+
|
|
8
|
+
.service_collection__images-container__image
|
|
9
|
+
float: left
|
|
10
|
+
|
|
11
|
+
img
|
|
12
|
+
display: block
|
|
13
|
+
|
|
14
|
+
.service_collection__count
|
|
15
|
+
color: $gray-light
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
@import "modules/service_card"
|
|
45
45
|
@import "modules/stars"
|
|
46
46
|
@import "modules/recommendations"
|
|
47
|
+
@import "modules/service_collection"
|
|
47
48
|
|
|
48
49
|
html.vr
|
|
49
50
|
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%)
|
data/examples/organisims.html
CHANGED
|
@@ -156,6 +156,21 @@
|
|
|
156
156
|
</div>
|
|
157
157
|
</article>
|
|
158
158
|
</section>
|
|
159
|
+
|
|
160
|
+
<section class="style-group">
|
|
161
|
+
<h3>Service collection</h3>
|
|
162
|
+
<section am-grid-col="l:4" class="service_collection">
|
|
163
|
+
<section class="service_collection__images-container">
|
|
164
|
+
<div class="service_collection__images-container__image"><a href="#"><img src="http://placehold.it/152x110"></a></div>
|
|
165
|
+
<div class="service_collection__images-container__image"><a href="#"><img src="http://placehold.it/152x110"></a></div>
|
|
166
|
+
<div class="service_collection__images-container__image"><a href="#"><img src="http://placehold.it/152x110"></a></div>
|
|
167
|
+
<div class="service_collection__images-container__image"><a href="#"><img src="http://placehold.it/152x110"></a></div>
|
|
168
|
+
</section>
|
|
169
|
+
|
|
170
|
+
<p class="no-margin service_collection__name">Vinyl cover design</p>
|
|
171
|
+
<p class="service_collection__count">200 services</p>
|
|
172
|
+
</section>
|
|
173
|
+
</section>
|
|
159
174
|
</section> <!-- end .classification -->
|
|
160
175
|
</body>
|
|
161
176
|
</html>
|
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.93
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -150,6 +150,7 @@ files:
|
|
|
150
150
|
- app/assets/stylesheets/modules/_search_filters.sass
|
|
151
151
|
- app/assets/stylesheets/modules/_service.sass
|
|
152
152
|
- app/assets/stylesheets/modules/_service_card.sass
|
|
153
|
+
- app/assets/stylesheets/modules/_service_collection.sass
|
|
153
154
|
- app/assets/stylesheets/modules/_social.sass
|
|
154
155
|
- app/assets/stylesheets/modules/_stars.sass
|
|
155
156
|
- app/assets/stylesheets/modules/_styleguide.sass
|
|
@@ -371,7 +372,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
371
372
|
version: '0'
|
|
372
373
|
segments:
|
|
373
374
|
- 0
|
|
374
|
-
hash: -
|
|
375
|
+
hash: -1606120737903736144
|
|
375
376
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
376
377
|
none: false
|
|
377
378
|
requirements:
|
|
@@ -380,7 +381,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
380
381
|
version: '0'
|
|
381
382
|
segments:
|
|
382
383
|
- 0
|
|
383
|
-
hash: -
|
|
384
|
+
hash: -1606120737903736144
|
|
384
385
|
requirements: []
|
|
385
386
|
rubyforge_project: smock
|
|
386
387
|
rubygems_version: 1.8.21
|