smock 0.1.46 → 0.1.47
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/includes/_typography.sass +5 -1
- data/examples/organisims.html +36 -0
- data/index.html +1 -0
- metadata +5 -4
data/Gemfile.lock
CHANGED
@@ -43,11 +43,15 @@ cite
|
|
43
43
|
+typecsset-font-size($base-font-size)
|
44
44
|
font-family: $font-stack-main
|
45
45
|
|
46
|
+
|
47
|
+
.paragraph--heading
|
48
|
+
+typecsset-font-size($base-font-size)
|
49
|
+
margin-bottom: 0
|
50
|
+
font-weight: bold
|
46
51
|
.paragraph--bigger
|
47
52
|
+typecsset-font-size($first-font-size)
|
48
53
|
.paragraph--no-margin
|
49
54
|
margin-bottom: 0
|
50
|
-
|
51
55
|
.heading--mast
|
52
56
|
+space(margin-bottom, 2)
|
53
57
|
+space(margin-top, 2)
|
@@ -0,0 +1,36 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<!--[if lt IE 7]>
|
3
|
+
<html lang="en" ng-app="moodBoard" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
4
|
+
<!--[if IE 7]>
|
5
|
+
<html lang="en" ng-app="moodBoard" class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
6
|
+
<!--[if IE 8]>
|
7
|
+
<html lang="en" ng-app="moodBoard" class="no-js lt-ie9"> <![endif]-->
|
8
|
+
<!--[if gt IE 8]><!-->
|
9
|
+
<html lang="en" class="no-js">
|
10
|
+
<!--<![endif]-->
|
11
|
+
<head>
|
12
|
+
<meta charset="utf-8">
|
13
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
14
|
+
<title>Landing Page</title>
|
15
|
+
<meta name="description" content="">
|
16
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
17
|
+
|
18
|
+
<link rel="stylesheet" href="../smock.css"/>
|
19
|
+
</head>
|
20
|
+
|
21
|
+
<body>
|
22
|
+
|
23
|
+
<section class="classification">
|
24
|
+
<section class="style-group">
|
25
|
+
<h3>Paragraphs</h3>
|
26
|
+
|
27
|
+
<strong class="style-group__example__label">Paragraph with heading</strong>
|
28
|
+
<h3 class="paragraph--heading">Um sociis natoque penatibus et magnis dis parturien.</h3>
|
29
|
+
<p>Praesent commodo cursus magna, vel scelerisque nisl consectetur et.
|
30
|
+
Vestibulum id ligula porta felis euismod semper. Integer posuere erat a
|
31
|
+
ante venenatis dapibus posuere velit aliquet. Maecenas faucibus mollis
|
32
|
+
interdum.</p>
|
33
|
+
</section>
|
34
|
+
</section>
|
35
|
+
</body>
|
36
|
+
</html>
|
data/index.html
CHANGED
@@ -8,6 +8,7 @@
|
|
8
8
|
<div class="nav">
|
9
9
|
<ul class="nav__list">
|
10
10
|
<li class="nav__list__item"><a href="examples/atoms.html" target="style_frame">Atoms</a></li>
|
11
|
+
<li class="nav__list__item"><a href="examples/organisims.html" target="style_frame">Organisims</a></li>
|
11
12
|
<li class="nav__list__item">
|
12
13
|
Pages
|
13
14
|
<ul class="nav__list__item__dropdown">
|
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.47
|
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: 2014-09-
|
12
|
+
date: 2014-09-17 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
@@ -244,6 +244,7 @@ files:
|
|
244
244
|
- app/assets/stylesheets/thirdparty/video-js.scss
|
245
245
|
- bin/smock
|
246
246
|
- examples/atoms.html
|
247
|
+
- examples/organisims.html
|
247
248
|
- examples/pages/affiliates.html
|
248
249
|
- examples/pages/affiliates_files/themeforest-cf59c988c1d2bf085124a3b145d6426b.png
|
249
250
|
- examples/pages/affiliates_files/tuts-plus-bd0affcfa95d86912384b5d39e923119.jpg
|
@@ -355,7 +356,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
355
356
|
version: '0'
|
356
357
|
segments:
|
357
358
|
- 0
|
358
|
-
hash:
|
359
|
+
hash: 2273799882304059997
|
359
360
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
360
361
|
none: false
|
361
362
|
requirements:
|
@@ -364,7 +365,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
364
365
|
version: '0'
|
365
366
|
segments:
|
366
367
|
- 0
|
367
|
-
hash:
|
368
|
+
hash: 2273799882304059997
|
368
369
|
requirements: []
|
369
370
|
rubyforge_project: smock
|
370
371
|
rubygems_version: 1.8.21
|