active_frontend 12.1.20 → 12.1.21
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 +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/_alert.scss +11 -3
- 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: 3a1f3e101988b14e868a357f7ed490a2d2b65ed3
|
|
4
|
+
data.tar.gz: 2e527284827c0a70d0456140dac581ff6c33474c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8dfa5cf0e260537ae5302736ab62c7f7e73f2b81a6811bc4a53debdba28361e4cc6fa1904a1abceaa2c74d4d0db53a66d59814b70ec1057ad8760e5a10f94d6
|
|
7
|
+
data.tar.gz: 0d6f1c4631f4573841d83f9a836e34589357532f14913276ef7018c6799c26e7c80f3ce108c99121111bb61d5906359d08f4557a1576d03666c99cdb06c983ff
|
|
@@ -32,7 +32,11 @@ $onwhite-colors: (
|
|
|
32
32
|
pink: $color-pink,
|
|
33
33
|
red: $color-red,
|
|
34
34
|
orange: $color-orange,
|
|
35
|
-
yellow: $color-yellow
|
|
35
|
+
yellow: $color-yellow,
|
|
36
|
+
alert: $color-red,
|
|
37
|
+
error: $color-red,
|
|
38
|
+
warning: $color-yellow,
|
|
39
|
+
success: $color-green
|
|
36
40
|
);
|
|
37
41
|
|
|
38
42
|
/* # Alert
|
|
@@ -46,7 +50,7 @@ $onwhite-colors: (
|
|
|
46
50
|
font-size: 16px;
|
|
47
51
|
line-height: 20px;
|
|
48
52
|
margin: 0;
|
|
49
|
-
padding:
|
|
53
|
+
padding: 12px 20px 9px 20px;
|
|
50
54
|
width: 100%;
|
|
51
55
|
}
|
|
52
56
|
.alert > a {
|
|
@@ -63,7 +67,11 @@ $onwhite-colors: (
|
|
|
63
67
|
|
|
64
68
|
/* # Styles
|
|
65
69
|
================================================== */
|
|
66
|
-
.alert-bordered {
|
|
70
|
+
.alert-bordered {
|
|
71
|
+
border: 1px solid darken($color-gray, 5%);
|
|
72
|
+
padding-bottom: 10px;
|
|
73
|
+
padding-top: 10px;
|
|
74
|
+
}
|
|
67
75
|
.alert-fixed {
|
|
68
76
|
left: 0;
|
|
69
77
|
position: fixed;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_frontend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 12.1.
|
|
4
|
+
version: 12.1.21
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-12-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|