smock 0.1.146 → 0.1.147
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/_molecules.sass +12 -3
- data/examples/pages/profile.html +4 -1
- data/examples/pages/service.html +4 -17
- metadata +3 -3
data/Gemfile.lock
CHANGED
@@ -25,13 +25,22 @@
|
|
25
25
|
+top-horizontal-rule(2)
|
26
26
|
|
27
27
|
.online_status--online
|
28
|
+
display: inline-block
|
29
|
+
+space(width)
|
30
|
+
+space(height)
|
31
|
+
float: left
|
28
32
|
i
|
29
|
-
display:
|
33
|
+
display: block
|
30
34
|
background-repeat: no-repeat
|
35
|
+
background-size: contain
|
31
36
|
+space(width, 0.5)
|
32
37
|
+space(height, 0.5)
|
33
|
-
+space(margin-top, 0.
|
34
|
-
|
38
|
+
+space(margin-top, 0.25)
|
39
|
+
|
40
|
+
.online_status--online--large
|
41
|
+
+space(height, 2)
|
42
|
+
i
|
43
|
+
+space(margin-top, 0.75)
|
35
44
|
|
36
45
|
.online_status--offline
|
37
46
|
display: none
|
data/examples/pages/profile.html
CHANGED
@@ -290,7 +290,10 @@
|
|
290
290
|
|
291
291
|
<section class="profile">
|
292
292
|
<div am-grid-col="l:9:12" class="profile__bio">
|
293
|
-
<h3 class="no-margin">
|
293
|
+
<h3 class="no-margin">
|
294
|
+
<span data-identity="<%= @user_presenter.id %>" class="online_status--online online_status--online--large has-tip tip-top" title="Currently online"><i class="svg__online-dot"></i></span>
|
295
|
+
zlaws
|
296
|
+
</h3>
|
294
297
|
<p class="caption__secondary">London, United Kingdom<span>Joined March 2013</span></p>
|
295
298
|
<div class="profile__bio__text read__more">
|
296
299
|
<p>I'm pretty sure you might be picturing the person behind this profile sitting in front of his laptop with a cup of coffee or an iced-cold beverage while assisting clients (like you - hopefully) with their needs. </p>
|
data/examples/pages/service.html
CHANGED
@@ -15,22 +15,6 @@
|
|
15
15
|
|
16
16
|
<link rel="stylesheet" href="../../smock.css" />
|
17
17
|
<link rel="stylesheet" href="../../svg_images.css" />
|
18
|
-
<style>
|
19
|
-
/* required to avoid jumping */
|
20
|
-
#fixed-wrapper {
|
21
|
-
position: relative;
|
22
|
-
}
|
23
|
-
|
24
|
-
#fixed-sidebar {
|
25
|
-
position: absolute;
|
26
|
-
top: 0;
|
27
|
-
}
|
28
|
-
|
29
|
-
#fixed-sidebar.fixed {
|
30
|
-
position: fixed;
|
31
|
-
padding-top: 22px;
|
32
|
-
}
|
33
|
-
</style>
|
34
18
|
</head>
|
35
19
|
<body am-grid>
|
36
20
|
|
@@ -518,7 +502,10 @@
|
|
518
502
|
<div class="metrics__progress_bar"><span class="metrics__progress metrics__progress--blue"></span></div>
|
519
503
|
</div>
|
520
504
|
<div class="avatar-caption">
|
521
|
-
<p class="avatar-caption__main">
|
505
|
+
<p class="avatar-caption__main">
|
506
|
+
<span data-identity="<%= @user_presenter.id %>" class="online_status--online has-tip tip-top" title="Currently online"><i class="svg__online-dot"></i></span>
|
507
|
+
Brandbusters
|
508
|
+
</p>
|
522
509
|
<p class="avatar-caption__secondary">Melbourne, Australia</p>
|
523
510
|
</div>
|
524
511
|
</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.147
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -442,7 +442,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
442
442
|
version: '0'
|
443
443
|
segments:
|
444
444
|
- 0
|
445
|
-
hash:
|
445
|
+
hash: 4478044890619267424
|
446
446
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
447
447
|
none: false
|
448
448
|
requirements:
|
@@ -451,7 +451,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
451
451
|
version: '0'
|
452
452
|
segments:
|
453
453
|
- 0
|
454
|
-
hash:
|
454
|
+
hash: 4478044890619267424
|
455
455
|
requirements: []
|
456
456
|
rubyforge_project: smock
|
457
457
|
rubygems_version: 1.8.21
|