active_frontend 2.0.7 → 2.0.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 86f36cc3a03316f1ecd96cc4fa5a5679bc86287d
4
- data.tar.gz: 092ccf8ffff34a6876df3fac289d9a1f4e58fd90
3
+ metadata.gz: 50beb9eabe046fed10f6b04f454620e3b7280d1c
4
+ data.tar.gz: 8c5db0f0e34b31c4cb7222b1d92720eaa72cd8c5
5
5
  SHA512:
6
- metadata.gz: 049c00f131fa20db347da9e44e3bce7debd42c59d54ab4b8407809701ebdb88efbff9ae095e6c836143213d0cb0cf0d6b64c9a46cb130598eb138d75703deb1b
7
- data.tar.gz: f307d02a9a328c7404ebc86191a1e6ab3af39d5ef69b64279582a4d320d59955f5122f1ceb8f20ab9a18b13f1b7a3150cb1d95d8c68c52271e15c85db0709343
6
+ metadata.gz: 7b921c24d3c72153cf6e6efc154d6b56ef73ae82629de942f7550a3c2c15a2f00395b7b6438bd6b1bb4c28650c6206b2b2977429b22b7b0559e8bbaeccf157e7
7
+ data.tar.gz: f9410148269c2fec04290192c22b5909998ab5d7a51df5bed629bc896baea34df6945b84e0abf897714c39bf4bc8a7a8bb25511d5f2613f322fb9a771f434bea
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "2.0.7"
2
+ VERSION = "2.0.8"
3
3
  end
@@ -1,9 +1,7 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
3
  # Image
4
- # Placeholder
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; }
@@ -76,6 +76,7 @@ html,
76
76
  body {
77
77
  color: rgba(43,50,53,1);
78
78
  font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
79
+ font-size: 100%;
79
80
  -webkit-font-smoothing: antialiased;
80
81
  font-smooth: always;
81
82
  height: 100%;
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.7
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