alert_message 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/version/version.rb +1 -1
- data/vendor/assets/stylesheets/alert_message.css.scss +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b21763d53e50115effbc2112c901fd5a487b247e
|
4
|
+
data.tar.gz: 8856a011adb88229facf451f30c4ca38a2a2568d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72be626e15ee1e422afd1f2e8c4562ba18d6489e371aafab52039e86f5db3d93180e9af9daa4ad6fc16a57347e39c8822537996ecbeb0d61ba3c62bf864af629
|
7
|
+
data.tar.gz: 100a3076b41bf8f32e4f5b858d70b9ba72a7df46df7b6fe270a51f7529940653608c6b987b6cce88f0fb68b0e9111ccfd69e75b53914cd6f41e47b589f6542c8
|
data/lib/version/version.rb
CHANGED
@@ -26,14 +26,13 @@ $alert-notice: #2980b9; // azul
|
|
26
26
|
font-size: 1.4em !important;
|
27
27
|
text-align: center;
|
28
28
|
|
29
|
-
padding: 10px 0
|
29
|
+
padding: 10px 0 10px;
|
30
30
|
|
31
31
|
.close {
|
32
32
|
outline: none;
|
33
33
|
@include box-sizing(border-box);
|
34
34
|
|
35
35
|
position: absolute;
|
36
|
-
top: -3px;
|
37
36
|
right: 0;
|
38
37
|
|
39
38
|
width: 42px;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alert_message
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luiz Picolo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-03-
|
11
|
+
date: 2015-03-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|