flashgrid 1.1.1 → 1.1.2

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: 8e2d4743739edeacb2d2a5440c859df32faf135a
4
- data.tar.gz: b23d3c48c673aa8202cb1199f1170b53970d4be6
3
+ metadata.gz: b16b9036a908ae212121eb9dad79b27519764e63
4
+ data.tar.gz: 81b9630f195dccab23f65f7be955e7930815c988
5
5
  SHA512:
6
- metadata.gz: a0c4e89dcd09de99c43b2d7c8d38d5a0b6d6bc37b81e2d41da2ee3015d46d1624c624a0d5a9f28530d0da8a8c738f09529fc1bce555af8c183f60cd215629b2f
7
- data.tar.gz: e204f1325be6b440f590522adc0e8862a7bec601634c27d95c814d4fcce31e31b0dad76e82cbb7caeeecea59afc203cb2cf8101f5fab657ce963a93563e9d1d7
6
+ metadata.gz: 455238cdb433cc683a43dcae06fa27565a0eeff94ada015aafe30f6d4a120ca2e875d3abdfd7f10613a65e354fbec7405fdc06cfb3df2dcf77709919e43e8a29
7
+ data.tar.gz: e2bdd5b580e4f63e8e0c4a8b437edc98d8f9220499b98c77109f95d5f70f5dca863672aef88916445d3ef7d046eefe4fd6d3e4d026c2aa66c39eb00d9ed7ea56
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
@@ -6,9 +6,10 @@
6
6
  ================================================== */
7
7
  .label,
8
8
  .badge {
9
- background: rgba(158,171,179,1);
9
+ background: rgba(236,238,241,1);
10
+ border: 1px solid rgba(217,222,225,1);
10
11
  border-radius: 2px;
11
- color: rgba(255,255,255,1);
12
+ color: rgba(71,74,84,1);
12
13
  display: inline-block;
13
14
  padding: 5px 5px 7px 5px;
14
15
  font-size: 12px;
@@ -30,14 +31,21 @@ a.label:hover,
30
31
  a.label:focus,
31
32
  a.badge:hover,
32
33
  a.badge:focus { text-decoration: none; }
33
- .label-black,
34
- .badge-black { background: rgba(71,74,84,1); }
35
- .label-blue,
36
- .badge-blue { background: rgba(58,144,216,1); }
37
34
  .label-green,
38
- .badge-green { background: rgba(122,179,23,1); }
35
+ .badge-green {
36
+ background: rgba(223,240,216,1);
37
+ border-color: rgba(204,223,188,1);
38
+ }
39
+ .label-yellow,
40
+ .badge-yellow {
41
+ background: rgba(252,248,227,1);
42
+ border-color: rgba(244,228,203,1);
43
+ }
39
44
  .label-red,
40
- .badge-red { background: rgba(254,79,50,1); }
45
+ .badge-red {
46
+ background: rgba(242,222,222,1);
47
+ border-color: rgba(228,201,205,1);
48
+ }
41
49
  .btn .label,
42
50
  .btn .badge {
43
51
  position: relative;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashgrid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez