active_frontend 13.0.3 → 13.0.4

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: ea2982351fc9ee2cba4913250ad0b4eebaca1ffc
4
- data.tar.gz: 22ba209a5d1917665e69dcf95e76cd8ce1b94f78
3
+ metadata.gz: 5b6f8d98312060acc02aeac893ce99c4890fef6a
4
+ data.tar.gz: 560e5d71aae919168995cd95ef139432dd9aba54
5
5
  SHA512:
6
- metadata.gz: ffa36da3b6b164355bf0b3bf8499ffcb39a720f9e2b70c8ec4e8aafcfd027a3cb7d4ae20ca8f33bfc5d3b92c825774421a3a167480b4fff28969bbd3b5896650
7
- data.tar.gz: 4f3d7db33132e8ded73ef0f667c6cbff7a085e12aebe3ca926cc055408ffbbc73fd68fde02b49ff3af83bfeb4ad623c77233b512eb00b552e8e4239148513c23
6
+ metadata.gz: 5e40286d8359fa17a88b37833a6233e0e62c0cea76419857eac8f919b2180e416e2a9aa2507420ffae8807bbdf11aea839a8ff09850933315ec45a8470a3b730
7
+ data.tar.gz: f06d71f66692560e557d1a52f2a4bdd154e8625fa80e4eb5d089e08e9e4b7bb9281c5890eaae21aa6a1d7f397282f8468fedc32e64027b2a4985f0902aeac114
@@ -20,7 +20,7 @@ module ActiveFrontendHelper
20
20
  white: { rgba: "rgba(255,255,255,#{opacity})", hex: "#FFFFFF" },
21
21
  lime: { rgba: "rgba(151,212,19,#{opacity})", hex: "#97D413" },
22
22
  green: { rgba: "rgba(75,173,8,#{opacity})", hex: "#4BAD08" },
23
- teal: { rgba: "rgba(69,195,196,#{opacity})", hex: "#45C3C4" },
23
+ teal: { rgba: "rgba(30,196,214,#{opacity})", hex: "#1EC4D6" },
24
24
  blue: { rgba: "rgba(0,102,255,#{opacity})", hex: "#0066FF" },
25
25
  indigo: { rgba: "rgba(86,21,237,#{opacity})", hex: "#5615ED" },
26
26
  purple: { rgba: "rgba(124,39,243,#{opacity})", hex: "#7C27F3" },
@@ -28,16 +28,16 @@ module ActiveFrontendHelper
28
28
  red: { rgba: "rgba(240,35,17,#{opacity})", hex: "#F02311" },
29
29
  orange: { rgba: "rgba(248,122,9,#{opacity})", hex: "#F87A09" },
30
30
  yellow: { rgba: "rgba(245,200,0,#{opacity})", hex: "#F5C800" },
31
- lime_alt: { rgba: "rgba(181,228,78,#{opacity})", hex: "#B5E44E" },
31
+ lime_alt: { rgba: "rgba(171,218,58,#{opacity})", hex: "#ABDA3A" },
32
32
  green_alt: { rgba: "rgba(100,194,28,#{opacity})", hex: "#64C21C" },
33
- teal_alt: { rgba: "rgba(120,206,205,#{opacity})", hex: "#78CECD" },
34
- blue_alt: { rgba: "rgba(0,153,255,#{opacity})", hex: "#0099FF" },
33
+ teal_alt: { rgba: "rgba(50,216,234,#{opacity})", hex: "#32D8EA" },
34
+ blue_alt: { rgba: "rgba(0,144,255,#{opacity})", hex: "#0090FF" },
35
35
  indigo_alt: { rgba: "rgba(94,94,237,#{opacity})", hex: "#5E5EED" },
36
36
  purple_alt: { rgba: "rgba(140,75,251,#{opacity})", hex: "#8C4BFB" },
37
37
  pink_alt: { rgba: "rgba(255,64,127,#{opacity})", hex: "#FF407F" },
38
38
  red_alt: { rgba: "rgba(255,72,71,#{opacity})", hex: "#FF4847" },
39
- orange_alt: { rgba: "rgba(254,152,72,#{opacity})", hex: "#FE9848" },
40
- yellow_alt: { rgba: "rgba(252,232,73,#{opacity})", hex: "#FCE849" }
39
+ orange_alt: { rgba: "rgba(254,142,62,#{opacity})", hex: "#FE8E3E" },
40
+ yellow_alt: { rgba: "rgba(255,219,59,#{opacity})", hex: "#FFDB3B" }
41
41
  }
42
42
  end
43
43
 
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "13.0.3"
2
+ VERSION = "13.0.4"
3
3
  end
@@ -57,6 +57,7 @@ $onwhite-colors: (
57
57
  color: $color-white;
58
58
  font-style: italic;
59
59
  }
60
+ .alert > i { font-size: 14px; }
60
61
  .alert > .alert-close {
61
62
  border: 0;
62
63
  float: right;
@@ -33,7 +33,7 @@
33
33
  box-sizing: border-box;
34
34
  color: inherit;
35
35
  display: block;
36
- font-size: 26px;
36
+ font-size: 20px;
37
37
  height: 55px;
38
38
  line-height: 60px;
39
39
  padding: 0;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.0.3
4
+ version: 13.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez