patterns 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -6,4 +6,23 @@
|
|
6
6
|
-moz-background-size: cover;
|
7
7
|
-o-background-size: cover;
|
8
8
|
background-size: cover;
|
9
|
+
}
|
10
|
+
|
11
|
+
@mixin image_background_contaner {
|
12
|
+
position:fixed;
|
13
|
+
top:-50%;
|
14
|
+
left:-50%;
|
15
|
+
width:200%;
|
16
|
+
height:200%;
|
17
|
+
|
18
|
+
& > img {
|
19
|
+
position:absolute;
|
20
|
+
top:0;
|
21
|
+
left:0;
|
22
|
+
right:0;
|
23
|
+
bottom:0;
|
24
|
+
margin:auto;
|
25
|
+
min-width:50%;
|
26
|
+
min-height:50%;
|
27
|
+
}
|
9
28
|
}
|
data/lib/patterns.rb
CHANGED
data/lib/patterns/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: patterns
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
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: 2012-11-
|
12
|
+
date: 2012-11-23 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
@@ -66,7 +66,6 @@ files:
|
|
66
66
|
- app/assets/stylesheets/widgets/_clean_list.scss
|
67
67
|
- app/assets/stylesheets/widgets/_scroll.scss
|
68
68
|
- lib/patterns.rb
|
69
|
-
- lib/patterns/engine.rb
|
70
69
|
- lib/patterns/version.rb
|
71
70
|
- patterns.gemspec
|
72
71
|
homepage: ''
|