flashoff 0.0.13 → 0.0.14

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: f1de30e473b1b476b248822efdd0b7bbb391ff73
4
- data.tar.gz: 7f032be169eb725b60743f4a95521b4ccd898cb5
3
+ metadata.gz: 34f213bb1ab60a871fd0fa57c2eab9d1044c9cf1
4
+ data.tar.gz: ed5920472c7d0990d48a3bc3371a25ebd759a56d
5
5
  SHA512:
6
- metadata.gz: 7621b161bbd7954146b0d1c8582f325e1ae5ebf347b3f7a29b0242c66c0967406e56c58758f1a722b550a3227393eab2e9da565335b86fb9bc17946013a71ab5
7
- data.tar.gz: 6a0bd54ed7aa816e829f1c9613d6299c47b1412be2e3e862e419032a17f87882a326935828e4322368de7865bfa3ea6077f485797ef06ef5122ec3ed80bc3354
6
+ metadata.gz: 84a33bf1533e98ee33c82cf1dd10104876c7a7207e6395f0f905538a5781de56317d1338d7e37bf26e588a6501e1e59d56cca8c9c2ebb951a8d1e4b515f866d5
7
+ data.tar.gz: 0dca7c134fc4feb7007d71844a61a6e7be5f918d89af7490c604783c6bfe17e375c52ca2a194bf082593cc76eca89f3ebe00dbd68471c762fc282ee9793037ea
@@ -1,3 +1,3 @@
1
1
  module Flashoff
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
@@ -68,7 +68,6 @@ input.btn-block {
68
68
  padding-left: 0;
69
69
  width: 100%;
70
70
  }
71
- .btn-center { margin: 0 auto; }
72
71
 
73
72
  /* #Button Colors
74
73
  ================================================== */
@@ -96,10 +95,14 @@ input.btn-block {
96
95
  .btn-link {
97
96
  background: none;
98
97
  border: none;
98
+ color: rgba(174,182,192,1);
99
99
  margin-top: 12px;
100
100
  padding: 0;
101
101
  }
102
- .btn-link:hover { background: none; }
102
+ .btn-link:hover {
103
+ background: none;
104
+ color: rgba(71,74,84,1);
105
+ }
103
106
  .btn-link.btn-large { margin-top: 17px; }
104
107
  .btn-link.btn-small { margin-top: 8px; }
105
108
  .btn-link.btn-mini { margin-top: 6px; }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashoff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez