active_frontend 1.0.5 → 1.0.6

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: 6764cc47e08f90709289172109fc02a063cb2cf5
4
- data.tar.gz: b62a67cb46ffe7c5c4fe952763dc35734d289450
3
+ metadata.gz: 0a83449c48c670f394233499432b591357e79fa5
4
+ data.tar.gz: 229fb16b9959282b97ac6fcb58f9d4b36aaec51e
5
5
  SHA512:
6
- metadata.gz: 458ac56e937e5f40d4d2c647353163838ce1efa079c60ba6449f701d398d1a8fe78fa8a59277eb53a54dab2ce35a6854997c4555918a59d8aa2a7250272445ef
7
- data.tar.gz: 3e807351f9bdc9527a412e9545b6ccee2d29899db3ff02ee6d82cb98f2135f1b490e2514f1dac9090cf2d6978b8bf3916c756b27d3464f6fa4bdafecff588312
6
+ metadata.gz: 719097df68679dd9a3c9c74a15d56334d781f410597f906b1a346c4131db4164b1a52a25bb12e3c307aa41ab0c1a79532339ef337fc75ebc4533360b1217acf9
7
+ data.tar.gz: 76032bf25cc610ffc0c7ea6b07df89bc46bd7f99022714ed2695201667cd87bc0e52550ab40caf1f5db1b130842a239e36db40c95fcf48fb2c6dda3e436aabe0
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "1.0.5"
2
+ VERSION = "1.0.6"
3
3
  end
@@ -302,6 +302,7 @@ img {
302
302
  font-size: 1500%;
303
303
  margin-top: -33%;
304
304
  }
305
+ .img-icon { max-width: 130px;}
305
306
  }
306
307
  @media only screen and (min-width: 480px) and (max-width: 767px) {
307
308
  .img-placeholder > i,
@@ -1,6 +1,7 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
3
  # Placeholder
4
+ # Size
4
5
  # Media Queries */
5
6
 
6
7
  /* # Placeholder
@@ -16,9 +17,22 @@
16
17
  line-height: 130px;
17
18
  width: 120px;
18
19
  }
20
+ .placeholder h6 {
21
+ color: rgba(102,117,127,1);
22
+ letter-spacing: 1px;
23
+ text-transform: uppercase;
24
+ }
25
+ .placeholder p {
26
+ color: rgba(136,153,166,1);
27
+ font-size: 14px;
28
+ line-height: 22px;
29
+ }
30
+
31
+ /* # Size
32
+ ================================================== */
19
33
  .placeholder-large i {
20
34
  background: transparent;
21
- color: rgba(15,135,226,0.60);
35
+ color: rgba(102,117,127,1);
22
36
  display: inline-block;
23
37
  font-size: 256px;
24
38
  height: initial;
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: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez