smock 0.1.145 → 0.1.146
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/_flash.sass +18 -0
- data/app/assets/stylesheets/smock.sass +1 -0
- metadata +4 -3
data/Gemfile.lock
CHANGED
@@ -0,0 +1,18 @@
|
|
1
|
+
.flash
|
2
|
+
position: fixed
|
3
|
+
width: 100%
|
4
|
+
z-index: 99999
|
5
|
+
top: 0
|
6
|
+
left: 0
|
7
|
+
color: $white
|
8
|
+
&.success
|
9
|
+
background: $green
|
10
|
+
&.notice
|
11
|
+
background: $orange
|
12
|
+
&.error
|
13
|
+
background: $red
|
14
|
+
|
15
|
+
.flash-copy, .flash-close
|
16
|
+
color: $white
|
17
|
+
+space(padding-top, 0.5)
|
18
|
+
+space(padding-bottom, 0.5)
|
@@ -53,6 +53,7 @@
|
|
53
53
|
@import "modules/modal"
|
54
54
|
@import "modules/number-icon"
|
55
55
|
@import "modules/category_card"
|
56
|
+
@import "modules/flash"
|
56
57
|
|
57
58
|
html.vr
|
58
59
|
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%)
|
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.146
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -146,6 +146,7 @@ files:
|
|
146
146
|
- app/assets/stylesheets/modules/_asset_uploader.sass
|
147
147
|
- app/assets/stylesheets/modules/_categories.sass
|
148
148
|
- app/assets/stylesheets/modules/_category_card.sass
|
149
|
+
- app/assets/stylesheets/modules/_flash.sass
|
149
150
|
- app/assets/stylesheets/modules/_footer.sass
|
150
151
|
- app/assets/stylesheets/modules/_header.sass
|
151
152
|
- app/assets/stylesheets/modules/_hero.sass
|
@@ -441,7 +442,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
441
442
|
version: '0'
|
442
443
|
segments:
|
443
444
|
- 0
|
444
|
-
hash:
|
445
|
+
hash: 4311276024406556207
|
445
446
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
446
447
|
none: false
|
447
448
|
requirements:
|
@@ -450,7 +451,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
450
451
|
version: '0'
|
451
452
|
segments:
|
452
453
|
- 0
|
453
|
-
hash:
|
454
|
+
hash: 4311276024406556207
|
454
455
|
requirements: []
|
455
456
|
rubyforge_project: smock
|
456
457
|
rubygems_version: 1.8.21
|