active_frontend 1.0.6 → 1.0.7

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: 0a83449c48c670f394233499432b591357e79fa5
4
- data.tar.gz: 229fb16b9959282b97ac6fcb58f9d4b36aaec51e
3
+ metadata.gz: 3d6a9cb420f4e57f238a8eed6de689f81dfbc5b5
4
+ data.tar.gz: a98ca35138437341b76ed4ad4fa2157845246a36
5
5
  SHA512:
6
- metadata.gz: 719097df68679dd9a3c9c74a15d56334d781f410597f906b1a346c4131db4164b1a52a25bb12e3c307aa41ab0c1a79532339ef337fc75ebc4533360b1217acf9
7
- data.tar.gz: 76032bf25cc610ffc0c7ea6b07df89bc46bd7f99022714ed2695201667cd87bc0e52550ab40caf1f5db1b130842a239e36db40c95fcf48fb2c6dda3e436aabe0
6
+ metadata.gz: 8ff81548d9078f7180507c59376c812d709aef12d8d19e3197001ee9de2391fbfc76abee243fb934eed98fb4d180982fcb6b7e5eb51041848c0a5d202a7ed737
7
+ data.tar.gz: f045f92891536b63ea4748c69ba8afa9beea138f957cb083fb9a00d12cbcd3d60663df806ed92812a26a12296216680f595faa18db180c5f66f4be734a7abf4d
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "1.0.6"
2
+ VERSION = "1.0.7"
3
3
  end
@@ -52,7 +52,9 @@ input[type="color"],
52
52
  box-sizing: border-box;
53
53
  color: rgba(43,50,53,1);
54
54
  display: block;
55
- font-size: 16px;
55
+ font-weight: normal;
56
+ font-style: normal;
57
+ font-size: 16px;
56
58
  line-height: 1;
57
59
  margin-bottom: 5px;
58
60
  padding: 13px 0 10px 0;
@@ -110,7 +112,9 @@ select {
110
112
  -moz-box-sizing: border-box;
111
113
  box-sizing: border-box;
112
114
  color: rgba(43,50,53,1);
113
- font-size: 16px;
115
+ font-weight: normal;
116
+ font-style: normal;
117
+ font-size: 16px;
114
118
  line-height: 1;
115
119
  margin-bottom: 5px;
116
120
  padding: 13px 0 10px 10px;
@@ -242,7 +246,9 @@ select.form-input-initial-width {
242
246
  -moz-box-sizing: border-box;
243
247
  box-sizing: border-box;
244
248
  color: rgba(136,153,166,1);
245
- font-size: 16px;
249
+ font-weight: normal;
250
+ font-style: normal;
251
+ font-size: 16px;
246
252
  line-height: 0;
247
253
  padding: 0 13px;
248
254
  text-align: center;
@@ -37,23 +37,28 @@ table {
37
37
  content: "\f3d8";
38
38
  float: right;
39
39
  font-family: "Ionicons";
40
+ font-weight: normal;
41
+ font-style: normal;
40
42
  }
41
43
  .table th.tablespy-sort-desc:before {
42
44
  content: "\f3d0";
43
45
  float: right;
44
46
  font-family: "Ionicons";
47
+ font-weight: normal;
48
+ font-style: normal;
45
49
  }
46
50
  .table th.tablespy-sort-none:before {
47
51
  content: "\f462";
48
52
  float: right;
49
53
  font-family: "Ionicons";
54
+ font-weight: normal;
55
+ font-style: normal;
50
56
  }
51
57
  .table th.tablespy-sort-asc,
52
58
  .table th.tablespy-sort-desc,
53
59
  .table th.tablespy-sort-none { cursor: pointer; }
54
60
  .table th.tablespy-sort-empty:before { content: ""; }
55
61
  .table th.tablespy-sort-empty { pointer-events: none; }
56
-
57
62
  .table caption {
58
63
  border-bottom: 1px solid rgba(225,232,237,1);
59
64
  border-top: 0;
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.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez