flashgrid 3.0.0 → 3.0.1

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: 79493d1efe321a0ae743bdcd7bf4d1fe28bcc17f
4
- data.tar.gz: 3dd9221016d87c8020e14ebfd87d0e7adb66c455
3
+ metadata.gz: a0b881a3ba450c94e764632e571ca22383944e88
4
+ data.tar.gz: a8986cfe76c9b806d2c75923c81072253ff4a8f1
5
5
  SHA512:
6
- metadata.gz: 3d514794b110327bfda01d091a954c39728b8205ad3dbf0ecda0e4b8c8be89449d5372465124cb1b5d83ae92027bb4fe20aa470ccffcb66123cd62687dec5bf9
7
- data.tar.gz: 57a557e6fa00c059e2fe58566f2d7328df20b616301c114318d6e24ff53d9e80dfd6c00ae2bfc03309f7dbb08c149a933bd35667705298c18b052501bf1cf6bd
6
+ metadata.gz: 0e43354d18c8ecec5097568fd32eba24411df805d2bce3b25fb4b8f4eca82458f884a3e07d16627538d5e6e633a148abb4106e2a249f4e6d24ff0b2b5eafaabf
7
+ data.tar.gz: fadcf2365e5e25f640b7ebabdb8153bf1775175b743603d233ee807e70b9139340a4bfe72c9e54bb423249370b7f3cd9caedd3bc2dd17ae3f35297c22d2ef257
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.1"
3
3
  end
@@ -8,7 +8,7 @@
8
8
  .footer {
9
9
  background: rgba(245,248,250,1);
10
10
  border-top: 1px solid rgba(225,232,237,1);
11
- color: rgba(158,171,179,1);
11
+ color: rgba(136,153,166,1);
12
12
  margin-top: 80px;
13
13
  padding: 50px 0;
14
14
  }
@@ -15,7 +15,7 @@ a {
15
15
  ================================================== */
16
16
  .link-black { color: rgba(71,74,84,1); }
17
17
  .link-blue { color: rgba(15,135,226,1); }
18
- .link-gray { color: rgba(158,171,179,1); }
18
+ .link-gray { color: rgba(136,153,166,1); }
19
19
  .link-green { color: rgba(112,169,13,1); }
20
20
  .link-red { color: rgba(218,79,46,1); }
21
21
  .link-white { color: rgba(255,255,255,1); }
@@ -98,7 +98,7 @@ input[type="submit"].modal-footer-btn:first-child { border-bottom-left-radius: 5
98
98
  input[type="submit"].modal-footer-btn:last-child { border-bottom-right-radius: 5px; }
99
99
  .modal-footer-btn[disabled],
100
100
  input[type="submit"].modal-footer-btn[disabled] {
101
- color: rgba(158,171,179,1);
101
+ color: rgba(136,153,166,1);
102
102
  cursor: not-allowed;
103
103
  }
104
104
  .modal-footer-dual > .modal-footer-btn,
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: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez