flashoff 0.0.10 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/flashoff/version.rb +1 -1
- data/vendor/assets/stylesheets/image.css.scss +38 -31
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1cb13dae378148544be4d0c39eada60aa12b7651
|
4
|
+
data.tar.gz: 09d24cd834afff47021734f6d717a8131c5c3ca4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39269102f3f63a45757c531b5099b9e83a653e981d9eb1141d311f81a0ee10bfbfca4be81ab0f63dd0db3c2ab09b19942b742e4b307d283ab8f2e23f2e118fa4
|
7
|
+
data.tar.gz: 89452f4f9e131b9d1380247ecf3d8612b32be40599b321a70ad021f3c4d2c1d533e83d45f57545054b91f096a1b97cd7fd6c118730c26f20d3baaf54b310d144
|
data/lib/flashoff/version.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/* Table of Contents
|
2
2
|
==================================================
|
3
3
|
#Image
|
4
|
-
#Image
|
4
|
+
#Image Icons
|
5
5
|
#Media Queries */
|
6
6
|
|
7
7
|
/* #Image
|
@@ -15,8 +15,7 @@
|
|
15
15
|
font-weight: bold;
|
16
16
|
height: 0;
|
17
17
|
line-height: 0;
|
18
|
-
padding
|
19
|
-
padding-bottom: 50%;
|
18
|
+
padding: 50% 0;
|
20
19
|
text-align: center;
|
21
20
|
vertical-align: middle;
|
22
21
|
width: 100%;
|
@@ -38,20 +37,17 @@ img {
|
|
38
37
|
width: auto\9;
|
39
38
|
}
|
40
39
|
.img-circle { border-radius: 500px; }
|
41
|
-
.img-icon { max-width: 100%; }
|
42
40
|
.img-center { margin: 0 auto; }
|
43
41
|
|
44
|
-
/* #Image
|
42
|
+
/* #Image Icons
|
45
43
|
================================================== */
|
46
|
-
.
|
47
|
-
.
|
48
|
-
.container .one.column .img-placeholder i,
|
49
|
-
.container .one.columns .img-placeholder i {
|
44
|
+
.img-icon-small { font-size: 0; }
|
45
|
+
.img-icon-small i {
|
50
46
|
font-size: 28px;
|
51
47
|
line-height: 28px;
|
52
48
|
margin: -14px 0 0 0;
|
53
49
|
}
|
54
|
-
.
|
50
|
+
.img-icon-large i {
|
55
51
|
font-size: 84px;
|
56
52
|
line-height: 84px;
|
57
53
|
margin-top: -46px;
|
@@ -60,41 +56,52 @@ img {
|
|
60
56
|
/* #Media Queries
|
61
57
|
================================================== */
|
62
58
|
@media only screen and (min-width: 960px) and (max-width: 1199px) {
|
63
|
-
.
|
59
|
+
.img-icon i {
|
64
60
|
font-size: 58px;
|
65
61
|
line-height: 58px;
|
66
62
|
margin-top: -36px;
|
67
63
|
}
|
68
|
-
|
69
|
-
@media only screen and (min-width: 768px) and (max-width: 959px) {
|
70
|
-
.container .two.columns .img-placeholder { font-size: 0; }
|
71
|
-
.container .one.column .img-placeholder i,
|
72
|
-
.container .one.columns .img-placeholder i {
|
64
|
+
.img-icon-small i {
|
73
65
|
font-size: 18px;
|
74
66
|
line-height: 18px;
|
75
67
|
margin-top: -8px;
|
76
68
|
}
|
77
|
-
.
|
69
|
+
.img-icon-large i {
|
70
|
+
font-size: 72px;
|
71
|
+
line-height: 72px;
|
72
|
+
margin-top: -42px;
|
73
|
+
}
|
74
|
+
}
|
75
|
+
@media only screen and (min-width: 768px) and (max-width: 959px) {
|
76
|
+
.img-icon { font-size: 0; }
|
77
|
+
.img-icon i {
|
78
78
|
font-size: 48px;
|
79
79
|
line-height: 48px;
|
80
80
|
margin-top: -24px;
|
81
81
|
}
|
82
|
-
.
|
83
|
-
font-size:
|
84
|
-
line-height:
|
85
|
-
margin-top: -
|
82
|
+
.img-icon-small i {
|
83
|
+
font-size: 14px;
|
84
|
+
line-height: 14px;
|
85
|
+
margin-top: -7px;
|
86
|
+
}
|
87
|
+
.img-icon-large { font-size: 13px; }
|
88
|
+
.img-icon-large i {
|
89
|
+
font-size: 64px;
|
90
|
+
line-height: 64px;
|
91
|
+
margin-top: -38px;
|
86
92
|
}
|
87
93
|
}
|
88
94
|
@media only screen and (max-width: 767px) {
|
89
|
-
.
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
95
|
+
.img-icon {
|
96
|
+
font-size: 0;
|
97
|
+
height: 80px;
|
98
|
+
padding: 0;
|
99
|
+
width: 80px;
|
100
|
+
}
|
101
|
+
.img-icon i,
|
102
|
+
.img-icon-small i,
|
103
|
+
.img-icon-large i {
|
104
|
+
font-size: 48px;
|
105
|
+
line-height: 80px;
|
98
106
|
}
|
99
|
-
.img-icon { max-width: 80px; }
|
100
107
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flashoff
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-12-
|
11
|
+
date: 2013-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|