smock 0.1.81 → 0.1.82
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
@@ -13,6 +13,8 @@
|
|
13
13
|
@for $inner-column from 1 through $column-span
|
14
14
|
[am-Grid-Col~="l:#{$inner-column}:#{$column-span}"]
|
15
15
|
+span-columns($inner-column of $column-span)
|
16
|
+
[am-Grid-Col~="l:pre#{$inner-column}:#{$column-span}"]
|
17
|
+
+shift($inner-column of $column-span)
|
16
18
|
|
17
19
|
[am-Grid-Row~="l:end"]
|
18
20
|
margin-right: 0
|
@@ -0,0 +1,30 @@
|
|
1
|
+
.marketing-banner
|
2
|
+
background: $gray-dark
|
3
|
+
text-align: center
|
4
|
+
+space(padding-top, 2)
|
5
|
+
+space(padding-bottom, 2)
|
6
|
+
position: relative
|
7
|
+
+clearfix
|
8
|
+
color: $white
|
9
|
+
+space(margin-bottom, 2)
|
10
|
+
|
11
|
+
.marketing-banner__logo
|
12
|
+
background-repeat: no-repeat
|
13
|
+
background-size: contain
|
14
|
+
background-position: center
|
15
|
+
text-indent: -99999px
|
16
|
+
+space(height, 2)
|
17
|
+
|
18
|
+
.marketing-banner__heading
|
19
|
+
+typecsset-font-size(40px)
|
20
|
+
|
21
|
+
.marketing-banner__copy
|
22
|
+
+typecsset-font-size(18px)
|
23
|
+
|
24
|
+
.marketing-banner__button
|
25
|
+
position: absolute
|
26
|
+
+space(bottom, -1)
|
27
|
+
left: 30%
|
28
|
+
|
29
|
+
|
30
|
+
|
@@ -36,6 +36,7 @@
|
|
36
36
|
@import "modules/asset_uploader"
|
37
37
|
@import "modules/form/credit_card"
|
38
38
|
@import "modules/form/payment_method"
|
39
|
+
@import "modules/marketing_banner"
|
39
40
|
|
40
41
|
html.vr
|
41
42
|
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
@@ -16,11 +16,25 @@
|
|
16
16
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
17
17
|
|
18
18
|
<link rel="stylesheet" href="../smock.css"/>
|
19
|
+
<link rel="stylesheet" href="../svg_images.css" />
|
19
20
|
</head>
|
20
21
|
|
21
22
|
<body am-grid>
|
22
23
|
|
23
24
|
<section class="classification">
|
25
|
+
<section class="style-group">
|
26
|
+
<h3>Market banners</h3>
|
27
|
+
|
28
|
+
<strong class="style-group__example__label">Studio banner</strong>
|
29
|
+
<div class="marketing-banner" am-grid-col="l:10:12">
|
30
|
+
<h2 class="marketing-banner__logo svg__logo--inverse" am-grid-col="l:4:10 l:pre3:10">Envato Studio</h2>
|
31
|
+
<h2 class="marketing-banner__heading" am-grid-col="l:8:10 l:pre1:10">Install and setup your theme</h2>
|
32
|
+
<p class="marketing-banner__copy" am-grid-col="l:6:10 l:pre2:10">Save time and headaches. An Envato
|
33
|
+
Studio developer will install and set-up your theme within 24 hours for
|
34
|
+
$50.</p>
|
35
|
+
<a class="marketing-banner__button button" href="" am-grid-col="l:4:10">Setup theme now</a>
|
36
|
+
</div>
|
37
|
+
</section>
|
24
38
|
<section class="style-group">
|
25
39
|
<h3>Paragraphs</h3>
|
26
40
|
|
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.82
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -153,6 +153,7 @@ files:
|
|
153
153
|
- app/assets/stylesheets/modules/header/_dropdown.sass
|
154
154
|
- app/assets/stylesheets/modules/header/_nav.sass
|
155
155
|
- app/assets/stylesheets/modules/header/_search.sass
|
156
|
+
- app/assets/stylesheets/modules/marketing_banner.sass
|
156
157
|
- app/assets/stylesheets/modules/service/_favorites.sass
|
157
158
|
- app/assets/stylesheets/smock.sass
|
158
159
|
- app/assets/stylesheets/svg_images.sass
|
@@ -361,7 +362,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
361
362
|
version: '0'
|
362
363
|
segments:
|
363
364
|
- 0
|
364
|
-
hash:
|
365
|
+
hash: 2177617378295908585
|
365
366
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
366
367
|
none: false
|
367
368
|
requirements:
|
@@ -370,7 +371,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
370
371
|
version: '0'
|
371
372
|
segments:
|
372
373
|
- 0
|
373
|
-
hash:
|
374
|
+
hash: 2177617378295908585
|
374
375
|
requirements: []
|
375
376
|
rubyforge_project: smock
|
376
377
|
rubygems_version: 1.8.21
|