active_frontend 2.0.7 → 2.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/images/placeholders/camera.png +0 -0
- data/app/assets/images/placeholders/person.png +0 -0
- data/app/assets/images/placeholders/picture.png +0 -0
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/image.scss +2 -67
- data/vendor/assets/stylesheets/reset.scss +1 -0
- metadata +4 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 50beb9eabe046fed10f6b04f454620e3b7280d1c
|
4
|
+
data.tar.gz: 8c5db0f0e34b31c4cb7222b1d92720eaa72cd8c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b921c24d3c72153cf6e6efc154d6b56ef73ae82629de942f7550a3c2c15a2f00395b7b6438bd6b1bb4c28650c6206b2b2977429b22b7b0559e8bbaeccf157e7
|
7
|
+
data.tar.gz: f9410148269c2fec04290192c22b5909998ab5d7a51df5bed629bc896baea34df6945b84e0abf897714c39bf4bc8a7a8bb25511d5f2613f322fb9a771f434bea
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,9 +1,7 @@
|
|
1
1
|
/* Table of Contents
|
2
2
|
==================================================
|
3
3
|
# Image
|
4
|
-
#
|
5
|
-
# Styles
|
6
|
-
# Media Queries */
|
4
|
+
# Styles */
|
7
5
|
|
8
6
|
/* # Image
|
9
7
|
================================================== */
|
@@ -17,70 +15,7 @@ img {
|
|
17
15
|
width: auto\9;
|
18
16
|
}
|
19
17
|
|
20
|
-
/* # Placeholder
|
21
|
-
================================================== */
|
22
|
-
.img-placeholder {
|
23
|
-
background: rgba(245,248,250,1);
|
24
|
-
border-radius: 4px;
|
25
|
-
color: rgba(43,50,53,1);
|
26
|
-
display: block;
|
27
|
-
font-size: 100px;
|
28
|
-
font-weight: bold;
|
29
|
-
height: 0;
|
30
|
-
line-height: 0;
|
31
|
-
padding: 50% 0;
|
32
|
-
text-align: center;
|
33
|
-
vertical-align: middle;
|
34
|
-
width: 100%;
|
35
|
-
}
|
36
|
-
.img-placeholder > i {
|
37
|
-
color: rgba(43,50,53,1);
|
38
|
-
display: block;
|
39
|
-
font-size: 205%;
|
40
|
-
margin-top: -25%;
|
41
|
-
}
|
42
|
-
.one.column > .img-placeholder > i,
|
43
|
-
.one.columns > .img-placeholder > i { font-size: 35%; }
|
44
|
-
.two.columns > .img-placeholder > i { font-size: 75%; }
|
45
|
-
.three.columns > .img-placeholder > i { font-size: 125%; }
|
46
|
-
.four.columns > .img-placeholder > i { font-size: 165%; }
|
47
|
-
.five.columns > .img-placeholder > i { font-size: 205%; }
|
48
|
-
.six.columns > .img-placeholder > i { font-size: 245%; }
|
49
|
-
.seven.columns > .img-placeholder > i { font-size: 285%; }
|
50
|
-
.eight.columns > .img-placeholder > i { font-size: 325%; }
|
51
|
-
.nine.columns > .img-placeholder > i { font-size: 365%; }
|
52
|
-
.ten.columns > .img-placeholder > i { font-size: 405%; }
|
53
|
-
.one-third.column > .img-placeholder > i { font-size: 150%; }
|
54
|
-
.two-thirds.column > .img-placeholder > i { font-size: 300%; }
|
55
|
-
|
56
18
|
/* # Styles
|
57
19
|
================================================== */
|
58
20
|
.img-circle { border-radius: 500px; }
|
59
|
-
.img-center { margin: 0 auto; }
|
60
|
-
|
61
|
-
/* # Media Queries
|
62
|
-
================================================== */
|
63
|
-
@media only screen and (max-width: 767px) {
|
64
|
-
.img-placeholder > i,
|
65
|
-
.one.column > .img-placeholder > i,
|
66
|
-
.one.columns > .img-placeholder > i,
|
67
|
-
.two.columns > .img-placeholder > i,
|
68
|
-
.three.columns > .img-placeholder > i,
|
69
|
-
.four.columns > .img-placeholder > i,
|
70
|
-
.five.columns > .img-placeholder > i,
|
71
|
-
.six.columns > .img-placeholder > i,
|
72
|
-
.seven.columns > .img-placeholder > i,
|
73
|
-
.eight.columns > .img-placeholder > i,
|
74
|
-
.nine.columns > .img-placeholder > i,
|
75
|
-
.ten.columns > .img-placeholder > i,
|
76
|
-
.one-third.column > .img-placeholder > i,
|
77
|
-
.two-thirds.column > .img-placeholder > i { font-size: 205%; }
|
78
|
-
.img-icon {
|
79
|
-
font-size: 260%;
|
80
|
-
height: 130px;
|
81
|
-
line-height: 300%;
|
82
|
-
padding: 0;
|
83
|
-
width: 130px;
|
84
|
-
}
|
85
|
-
.img-icon > i { margin: 0; }
|
86
|
-
}
|
21
|
+
.img-center { margin: 0 auto; }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_frontend
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Juan Gomez
|
@@ -72,6 +72,9 @@ files:
|
|
72
72
|
- app/assets/fonts/ionicons/ionicons.svg
|
73
73
|
- app/assets/fonts/ionicons/ionicons.ttf
|
74
74
|
- app/assets/fonts/ionicons/ionicons.woff
|
75
|
+
- app/assets/images/placeholders/camera.png
|
76
|
+
- app/assets/images/placeholders/person.png
|
77
|
+
- app/assets/images/placeholders/picture.png
|
75
78
|
- lib/active_frontend.rb
|
76
79
|
- lib/active_frontend/version.rb
|
77
80
|
- vendor/assets/javascripts/.keep
|