ama_layout 3.1.0 → 3.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e7f1a4a1610df1b079796e22c793117a9f5aaad8
4
- data.tar.gz: 6d70caf8c9a092d4ee1e1489c189058c6cc00244
3
+ metadata.gz: 9cf93ee6d79ed14de3b8d187e769d171ba8b602d
4
+ data.tar.gz: 18dba8d674803e4801405d48bb4c67f576ec8e00
5
5
  SHA512:
6
- metadata.gz: 365f056360d9259d278acf0e2189c7cf3927d029efe3c7049e210a848054763cc7e18eb6d73e210fd18af44aae5105f05226e4b38d28f87281fa60e9a39aa1b3
7
- data.tar.gz: 67d6e6a835dac94f6f887846814d692edcb3a6eaf9cee30ad086e4f4d5b0464b1c9a3ee2091a9f1fad74409406320177a47ec781f705159ef256fb07126f0b32
6
+ metadata.gz: 1cb95d1bb3a84ea0b196680a4e7faac946517b3e9707c70355b83768be9bfd4c66138563b11a2159e29a788f32b2a3e6274ef1fafb01a32b1e0d9fd0397d45ca
7
+ data.tar.gz: eabb1be3d72578b954d352bee258b857ee85355c9632c61642c917366d27d8b0df7b1e21332d5fc3e5651d97f802d413d194457fb28434995a6380526e75f2e2
@@ -11,9 +11,9 @@
11
11
  font-style: normal;
12
12
  }
13
13
 
14
- [data-icon]:before {
14
+ [class^="ama-icon-"]:before,
15
+ [class*="ama-icon-"]:before {
15
16
  font-family: "ama-icon-font" !important;
16
- content: attr(data-icon);
17
17
  font-style: normal !important;
18
18
  font-weight: normal !important;
19
19
  font-variant: normal !important;
@@ -24,47 +24,34 @@
24
24
  -moz-osx-font-smoothing: grayscale;
25
25
  }
26
26
 
27
- [class^="icon-"]:before,
28
- [class*=" icon-"]:before {
29
- font-family: "ama-icon-font" !important;
30
- font-style: normal !important;
31
- font-weight: normal !important;
32
- font-variant: normal !important;
33
- text-transform: none !important;
34
- speak: none;
35
- line-height: 1;
36
- -webkit-font-smoothing: antialiased;
37
- -moz-osx-font-smoothing: grayscale;
38
- }
39
-
40
- .icon-motorcycle:before {
27
+ .ama-icon-motorcycle:before {
41
28
  content: "\61";
42
29
  }
43
- .icon-map-pin:before {
30
+ .ama-icon-map-pin:before {
44
31
  content: "\62";
45
32
  }
46
- .icon-home:before {
33
+ .ama-icon-home:before {
47
34
  content: "\63";
48
35
  }
49
- .icon-hospital:before {
36
+ .ama-icon-hospital:before {
50
37
  content: "\64";
51
38
  }
52
- .icon-battery-power:before {
39
+ .ama-icon-battery-power:before {
53
40
  content: "\65";
54
41
  }
55
- .icon-settings:before {
42
+ .ama-icon-settings:before {
56
43
  content: "\66";
57
44
  }
58
- .icon-bicycle:before {
45
+ .ama-icon-bicycle:before {
59
46
  content: "\67";
60
47
  }
61
- .icon-scooter:before {
48
+ .ama-icon-scooter:before {
62
49
  content: "\68";
63
50
  }
64
- .icon-rv:before {
51
+ .ama-icon-rv:before {
65
52
  content: "\69";
66
53
  }
67
- .icon-ama-card:before {
54
+ .ama-icon-ama-card:before {
68
55
  content: "\6a";
69
56
  }
70
57
 
@@ -1,3 +1,3 @@
1
1
  module AmaLayout
2
- VERSION = '3.1.0'
2
+ VERSION = '3.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ama_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael van den Beuken
@@ -18,7 +18,7 @@ authors:
18
18
  autorequire:
19
19
  bindir: bin
20
20
  cert_chain: []
21
- date: 2016-05-26 00:00:00.000000000 Z
21
+ date: 2016-05-30 00:00:00.000000000 Z
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
24
24
  name: foundation-rails