smock 0.1.39 → 0.1.40
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/_am_grid.sass +11 -45
- data/app/assets/stylesheets/smock.sass +1 -0
- data/examples/affiliates.html +4 -4
- data/examples/explore.html +2 -2
- metadata +3 -3
data/Gemfile.lock
CHANGED
@@ -1,52 +1,18 @@
|
|
1
1
|
[am-Grid]
|
2
|
-
+
|
2
|
+
+clearfix
|
3
3
|
float: left
|
4
4
|
width: 100%
|
5
5
|
|
6
|
+
@for $column-span from 1 through $grid-columns
|
7
|
+
[am-Grid-Col~="l:#{$column-span}"]
|
8
|
+
+span-columns($column-span, $grid-columns)
|
6
9
|
|
7
|
-
|
8
|
-
|
9
|
-
[am-Grid-Col~="s:#{$column-span}"]
|
10
|
-
+span-columns($column-span, $total-columns)
|
10
|
+
[am-Grid-Col~="l:pre#{$column-span}"]
|
11
|
+
+shift($column-span)
|
11
12
|
|
12
|
-
|
13
|
-
|
13
|
+
[am-Grid-Row~="l:end"]
|
14
|
+
margin-right: 0
|
15
|
+
clear: right
|
14
16
|
|
15
|
-
|
16
|
-
|
17
|
-
clear: right
|
18
|
-
|
19
|
-
[am-Grid-Row~="s:start"]
|
20
|
-
clear: left
|
21
|
-
|
22
|
-
|
23
|
-
+at-breakpoint($tablet-only)
|
24
|
-
@for $column-span from 1 through $total-columns
|
25
|
-
[am-Grid-Col~="m:#{$column-span}"]
|
26
|
-
+span-columns($column-span, $total-columns)
|
27
|
-
|
28
|
-
[am-Grid-Col~="m:pre#{$column-span}"]
|
29
|
-
+pre($column-span, $total-columns)
|
30
|
-
|
31
|
-
[am-Grid-Row~="m:end"]
|
32
|
-
margin-right: 0
|
33
|
-
clear: right
|
34
|
-
|
35
|
-
[am-Grid-Row~="m:start"]
|
36
|
-
clear: left
|
37
|
-
|
38
|
-
|
39
|
-
+at-breakpoint($desktop-and-above)
|
40
|
-
@for $column-span from 1 through $total-columns
|
41
|
-
[am-Grid-Col~="l:#{$column-span}"]
|
42
|
-
+span-columns($column-span, $total-columns)
|
43
|
-
|
44
|
-
[am-Grid-Col~="l:pre#{$column-span}"]
|
45
|
-
+pre($column-span, $total-columns)
|
46
|
-
|
47
|
-
[am-Grid-Row~="l:end"]
|
48
|
-
margin-right: 0
|
49
|
-
clear: right
|
50
|
-
|
51
|
-
[am-Grid-Row~="l:start"]
|
52
|
-
clear: left
|
17
|
+
[am-Grid-Row~="l:start"]
|
18
|
+
clear: left
|
data/examples/affiliates.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
5
|
<link rel="stylesheet" href="../smock.css"/>
|
6
6
|
</head>
|
7
|
-
<body>
|
7
|
+
<body am-grid>
|
8
8
|
<header class="header">
|
9
9
|
<div class="container">
|
10
10
|
<a class="header__logo" href="https://www.lancerdev.com/">Envato Studio</a>
|
@@ -343,7 +343,7 @@
|
|
343
343
|
<h2 class="hero-header__title">Become an Envato Studio Affiliate</h2>
|
344
344
|
|
345
345
|
<p class="hero-header__description">Earn 10% commission for new customers you refer to Envato Studio</p>
|
346
|
-
<a class="button" href="https://envatostudio.hasoffers.com/signup">Become an Affiliate</a>
|
346
|
+
<a am-grid-col="l:start l:pre4 l:4 l:end" class="button" href="https://envatostudio.hasoffers.com/signup">Become an Affiliate</a>
|
347
347
|
|
348
348
|
<p class="hint">Already an affiliate? <a href="https://envatostudio.hasoffers.com/">login here</a></p>
|
349
349
|
</div>
|
@@ -393,7 +393,7 @@
|
|
393
393
|
</div>
|
394
394
|
</section>
|
395
395
|
|
396
|
-
<a class="button" href="https://envatostudio.hasoffers.com/signup">Become an Affiliate</a>
|
396
|
+
<a am-grid-col="l:start l:pre4 l:4 l:end" class="button" href="https://envatostudio.hasoffers.com/signup">Become an Affiliate</a>
|
397
397
|
|
398
398
|
<p class="hint">Already an affiliate? <a href="https://envatostudio.hasoffers.com/">login here</a></p>
|
399
399
|
|
@@ -526,4 +526,4 @@
|
|
526
526
|
</footer>
|
527
527
|
|
528
528
|
</body>
|
529
|
-
</html>
|
529
|
+
</html>
|
data/examples/explore.html
CHANGED
@@ -346,7 +346,7 @@
|
|
346
346
|
</script>
|
347
347
|
|
348
348
|
|
349
|
-
<section class="hero--
|
349
|
+
<section class="hero image__hero--mobile-apps">
|
350
350
|
<div class="hero__container">
|
351
351
|
<div class="hero__headings">
|
352
352
|
<h2 class="hero__headings__main">WordPress</h2>
|
@@ -2283,4 +2283,4 @@
|
|
2283
2283
|
</footer>
|
2284
2284
|
|
2285
2285
|
</body>
|
2286
|
-
</html>
|
2286
|
+
</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.40
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -348,7 +348,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
348
348
|
version: '0'
|
349
349
|
segments:
|
350
350
|
- 0
|
351
|
-
hash:
|
351
|
+
hash: -4321501656039250040
|
352
352
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
353
353
|
none: false
|
354
354
|
requirements:
|
@@ -357,7 +357,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
357
357
|
version: '0'
|
358
358
|
segments:
|
359
359
|
- 0
|
360
|
-
hash:
|
360
|
+
hash: -4321501656039250040
|
361
361
|
requirements: []
|
362
362
|
rubyforge_project: smock
|
363
363
|
rubygems_version: 1.8.21
|