flashify 0.3.0 → 0.4.0

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: 3e20a994eaa0e06e7f78c4e1592dc9d4033160d9
4
- data.tar.gz: ff9668ea0f87b027bded9fa32cf49ee3f4bec24e
3
+ metadata.gz: e35a708cc252dde7f93e4ee6b343203d8b2b8850
4
+ data.tar.gz: 5d61c6398500c157bf8eb55d00f8ca9c84ec2711
5
5
  SHA512:
6
- metadata.gz: 8eaed10053d00e3c0c1adc4604ced1d6ecaf3d74a419dc49305dfb20aad0d795a45e0aa921eccca5c1b4065ffa1ae00e69298857cf1b49f8c1720f3b9d783789
7
- data.tar.gz: f40e1e5648f2ab5808df4ff487da2b6c6d071807fd46e1b7348f3fd5716d4b21c180942f6927a1d36ce67fbedeb1619f83f0730102ffa11e27db7d538e550cc7
6
+ metadata.gz: 3d4dcddf99f1a8eadadbf7cfa7151206c4dad001c25ee32493e1f5b4e8edf8331581511b1a1cbc2efe44d43360d250c92d5303efde3e9be898db8001a07168ce
7
+ data.tar.gz: 7e0f8f567343685fdf85cc8225e51e29a54b3c7bc9d5e22642a85b6385ed4478adc0187a7f83b7f936012d201d65405367f629108836a4e6e15462c9f789b234
@@ -1,3 +1,3 @@
1
1
  module Flashify
2
- VERSION = "0.3.0"
2
+ VERSION = "0.4.0"
3
3
  end
@@ -4,17 +4,18 @@
4
4
  font-size: 1.4rem;
5
5
  color: #fff;
6
6
  padding: 15px 20px;
7
- opacity: 0.8;
7
+ opacity: 1;
8
8
  text-align: left;
9
9
  min-width: 5%;
10
10
  max-width: 70%;
11
11
  }
12
12
 
13
- .flashify.success{background-color: #4CAF50;}
14
- .flashify.error{background-color: #f44336;}
15
- .flashify.warning{background-color: #ff9800;}
16
- .flashify.notice{background-color: #2B5C7F;}
17
- .flashify.alert{background-color: #2196F3;}
13
+ .flashify.success{background-color: #66BB6A;}
14
+ .flashify.error{background-color: #EF5350;}
15
+ .flashify.warning{background-color: #FFEA00;}
16
+ .flashify.notice{background-color: #2196F3;}
17
+ .flashify.alert{background-color: #EC407A;}
18
+
18
19
 
19
20
  .flashify-top-right{
20
21
  right: 2%;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rakesh PD
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-12-17 00:00:00.000000000 Z
11
+ date: 2018-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler