smock 0.1.121 → 0.1.122
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
@@ -18,3 +18,16 @@
|
|
18
18
|
|
19
19
|
.testimonial__content__body
|
20
20
|
margin-bottom: 0
|
21
|
+
|
22
|
+
.testimonials__user-avatars
|
23
|
+
+clearfix
|
24
|
+
|
25
|
+
.testimonials__user-avatars__avatar
|
26
|
+
background-color: $gray-lightest
|
27
|
+
background-repeat: no-repeat
|
28
|
+
background-size: contain
|
29
|
+
width: 100%
|
30
|
+
height: 100%
|
31
|
+
|
32
|
+
.testimonials__user-avatars__avatar__link
|
33
|
+
+space(min-height, 2)
|
@@ -95,9 +95,7 @@
|
|
95
95
|
<img width="223" height="198" src="https://dummyimage.com/223x198">
|
96
96
|
</div>
|
97
97
|
</a>
|
98
|
-
<
|
99
|
-
<a href="#"><p class="caption__secondary">Business Card Design</p></a>
|
100
|
-
<div class="service__card__provider">
|
98
|
+
<div class="service__card__provider--solo">
|
101
99
|
<div am-grid-col="l:1:6" class="service__card__provider__image">
|
102
100
|
<img src="https://dummyimage.com/30x30">
|
103
101
|
</div>
|
@@ -113,9 +111,7 @@
|
|
113
111
|
<img width="223" height="198" src="https://dummyimage.com/223x198">
|
114
112
|
</div>
|
115
113
|
</a>
|
116
|
-
<
|
117
|
-
<a href="#"><p class="caption__secondary">Business Card Design</p></a>
|
118
|
-
<div class="service__card__provider">
|
114
|
+
<div class="service__card__provider--solo">
|
119
115
|
<div am-grid-col="l:1:6" class="service__card__provider__image">
|
120
116
|
<img src="https://dummyimage.com/30x30">
|
121
117
|
</div>
|
@@ -131,9 +127,7 @@
|
|
131
127
|
<img width="223" height="198" src="https://dummyimage.com/223x198">
|
132
128
|
</div>
|
133
129
|
</a>
|
134
|
-
<
|
135
|
-
<a href="#"><p class="caption__secondary">Business Card Design</p></a>
|
136
|
-
<div class="service__card__provider">
|
130
|
+
<div class="service__card__provider--solo">
|
137
131
|
<div am-grid-col="l:1:6" class="service__card__provider__image">
|
138
132
|
<img src="https://dummyimage.com/30x30">
|
139
133
|
</div>
|
@@ -149,9 +143,7 @@
|
|
149
143
|
<img width="223" height="198" src="https://dummyimage.com/223x198">
|
150
144
|
</div>
|
151
145
|
</a>
|
152
|
-
<
|
153
|
-
<a href="#"><p class="caption__secondary">Business Card Design</p></a>
|
154
|
-
<div class="service__card__provider">
|
146
|
+
<div class="service__card__provider--solo">
|
155
147
|
<div am-grid-col="l:1:6" class="service__card__provider__image">
|
156
148
|
<img src="https://dummyimage.com/30x30">
|
157
149
|
</div>
|
data/examples/testimonials.html
CHANGED
@@ -57,4 +57,27 @@
|
|
57
57
|
</blockquote>
|
58
58
|
<strong>soriano</strong><span class="profile__review__purchase-count">has ordered 2 jobs</span>
|
59
59
|
</section>
|
60
|
-
</div>
|
60
|
+
</div>
|
61
|
+
|
62
|
+
<div class="example">
|
63
|
+
<section class="testimonial__user-avatars" am-grid-col="l:6 l:pre3">
|
64
|
+
<a href="#" am-grid-col="l:1:6" class="testimonials__user-avatars__avatar__link" data-testimonial="sturichos_username">
|
65
|
+
<div class="testimonials__user-avatars__avatar avatar__image image__avatar--sturichos_username"></div>
|
66
|
+
</a>
|
67
|
+
<a href="#" am-grid-col="l:1:6" class="testimonials__user-avatars__avatar__link" data-testimonial="sturichos_username">
|
68
|
+
<div class="testimonials__user-avatars__avatar avatar__image image__avatar--sturichos_username"></div>
|
69
|
+
</a>
|
70
|
+
<a href="#" am-grid-col="l:1:6" class="testimonials__user-avatars__avatar__link" data-testimonial="sturichos_username">
|
71
|
+
<div class="testimonials__user-avatars__avatar avatar__image image__avatar--sturichos_username"></div>
|
72
|
+
</a>
|
73
|
+
<a href="#" am-grid-col="l:1:6" class="testimonials__user-avatars__avatar__link" data-testimonial="sturichos_username">
|
74
|
+
<div class="testimonials__user-avatars__avatar avatar__image image__avatar--sturichos_username"></div>
|
75
|
+
</a>
|
76
|
+
<a href="#" am-grid-col="l:1:6" class="testimonials__user-avatars__avatar__link" data-testimonial="sturichos_username">
|
77
|
+
<div class="testimonials__user-avatars__avatar avatar__image image__avatar--sturichos_username"></div>
|
78
|
+
</a>
|
79
|
+
<a href="#" am-grid-col="l:1:6" class="testimonials__user-avatars__avatar__link" data-testimonial="sturichos_username">
|
80
|
+
<div class="testimonials__user-avatars__avatar avatar__image image__avatar--sturichos_username"></div>
|
81
|
+
</a>
|
82
|
+
</section>
|
83
|
+
</div>
|
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.122
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -435,7 +435,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
435
435
|
version: '0'
|
436
436
|
segments:
|
437
437
|
- 0
|
438
|
-
hash:
|
438
|
+
hash: 2263617479096336870
|
439
439
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
440
440
|
none: false
|
441
441
|
requirements:
|
@@ -444,7 +444,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
444
444
|
version: '0'
|
445
445
|
segments:
|
446
446
|
- 0
|
447
|
-
hash:
|
447
|
+
hash: 2263617479096336870
|
448
448
|
requirements: []
|
449
449
|
rubyforge_project: smock
|
450
450
|
rubygems_version: 1.8.21
|