alert_message 1.1.1 → 1.1.2
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 +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3e252ccacdf107cc441807c8f1356e9a9a7d2ef2
|
4
|
+
data.tar.gz: 4493b336c7f42003b91e2adb83e8c34ee1aed9ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f71f79d44eedd0e6961ae5880c1dae779a9f6084d5c2537198557a5924b7912c7a8ab44eb18fed6caf39d40f5c2355e9fb0b14c8be334ff599c60deedb58d9c6
|
7
|
+
data.tar.gz: 56b51b37c72d7a7116a82c3faa4a9df2fac106eea04a25c2152e74ab2e0c88171994eced54ba25d9b300afd351d1454d536c67188e8ec568f2c40bc3266a341a
|
data/lib/version/version.rb
CHANGED
@@ -26,14 +26,14 @@ $alert-notice: #2980b9; // azul
|
|
26
26
|
font-size: 1.4em !important;
|
27
27
|
text-align: center;
|
28
28
|
|
29
|
-
padding: 10px;
|
29
|
+
padding: 10px 0 15px;
|
30
30
|
|
31
31
|
.close {
|
32
32
|
outline: none;
|
33
33
|
@include box-sizing(border-box);
|
34
34
|
|
35
35
|
position: absolute;
|
36
|
-
top:
|
36
|
+
top: -3px;
|
37
37
|
right: 0;
|
38
38
|
|
39
39
|
width: 42px;
|