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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bbc067763b54e71493889c91733ae6bc8e6dddb4
4
- data.tar.gz: 5fdab6630340fdc7bc0f53d72e1ee3a1701c98b9
3
+ metadata.gz: 3a1f3e101988b14e868a357f7ed490a2d2b65ed3
4
+ data.tar.gz: 2e527284827c0a70d0456140dac581ff6c33474c
5
5
  SHA512:
6
- metadata.gz: 50f27cdccbae2399ad3ad60121d99f05de5803ae72f8772ed7d68d54dbd25b5d78be9170194f2a822574d74896af6bb0aab0365be0f012171901ae50e5bfffd7
7
- data.tar.gz: 8e8d7f216ebc55e21a1f7b767b7562e1d11a749c3f4878f5410bfa8b4dce15fba96fb31ca276006e17734380dff03b9255d8bd7100ace7d5e906729b9cee7882
6
+ metadata.gz: f8dfa5cf0e260537ae5302736ab62c7f7e73f2b81a6811bc4a53debdba28361e4cc6fa1904a1abceaa2c74d4d0db53a66d59814b70ec1057ad8760e5a10f94d6
7
+ data.tar.gz: 0d6f1c4631f4573841d83f9a836e34589357532f14913276ef7018c6799c26e7c80f3ce108c99121111bb61d5906359d08f4557a1576d03666c99cdb06c983ff
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.20"
2
+ VERSION = "12.1.21"
3
3
  end
@@ -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: 10px 20px;
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 { border: 1px solid darken($color-gray, 5%); }
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.20
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-28 00:00:00.000000000 Z
11
+ date: 2015-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails