flashoff 0.0.10 → 0.0.11

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: f74fb2dc8b78be297b2eb7204f66d794fb2868d7
4
- data.tar.gz: fdc86fef597b3547da1e81ef2d50a7483e1df30c
3
+ metadata.gz: 1cb13dae378148544be4d0c39eada60aa12b7651
4
+ data.tar.gz: 09d24cd834afff47021734f6d717a8131c5c3ca4
5
5
  SHA512:
6
- metadata.gz: 6dff4d8c0e5b594e33d70e84249e5fc54132db336790c2574419f692fcd0dd3ca929ec5aa86b4b571d0233b8a5dbe330e51fc699ec42ac64be9d3455b8382017
7
- data.tar.gz: 1dca8682c0fce3d574b6437ec527622f9ca1229945bcab0618b12256200330a33818aee50a64dc1d39e053fa659101682b22dfe52522b11fe02720793d51510a
6
+ metadata.gz: 39269102f3f63a45757c531b5099b9e83a653e981d9eb1141d311f81a0ee10bfbfca4be81ab0f63dd0db3c2ab09b19942b742e4b307d283ab8f2e23f2e118fa4
7
+ data.tar.gz: 89452f4f9e131b9d1380247ecf3d8612b32be40599b321a70ad021f3c4d2c1d533e83d45f57545054b91f096a1b97cd7fd6c118730c26f20d3baaf54b310d144
@@ -1,3 +1,3 @@
1
1
  module Flashoff
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
3
  #Image
4
- #Image Sizes
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-top: 50%;
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 Sizes
42
+ /* #Image Icons
45
43
  ================================================== */
46
- .container .one.column .img-placeholder,
47
- .container .one.columns .img-placeholder { font-size: 0; }
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
- .container .three.columns .img-placeholder i {
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
- .container .two.columns .img-placeholder i {
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
- .container .two.columns .img-placeholder i {
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
- .container .three.columns .img-placeholder i {
83
- font-size: 72px;
84
- line-height: 72px;
85
- margin-top: -42px;
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
- .container .one.column .img-placeholder,
90
- .container .one.columns .img-placeholder { font-size: 13px; }
91
- .container .one.column .img-placeholder i,
92
- .container .one.columns .img-placeholder i,
93
- .container .two.columns .img-placeholder i,
94
- .container .three.columns .img-placeholder i {
95
- font-size: 144px;
96
- line-height: 144px;
97
- margin: -70px 0 5px 0;
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.10
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-07 00:00:00.000000000 Z
11
+ date: 2013-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler