active_frontend 14.0.40 → 14.0.41

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: 2457c501f0f702ff0264569380b0a08593731371
4
- data.tar.gz: ff9afb2195dc3d93ece4c7a4eb889ffa5509a8e8
3
+ metadata.gz: 3d8e0aa9222b72c4b2566b3ee79d1c734f933f8b
4
+ data.tar.gz: b81c3c683d7b2ec23f22a8220436b84d369093e9
5
5
  SHA512:
6
- metadata.gz: b07b3581ccc6208a02c42f3703b9384fefc4022ad570e8397580b735a0e20f1e74b986570267fafee0a3df39a9af6d281d501f3a02176c1213194d26a291936e
7
- data.tar.gz: c625d137ecb49cca39220484d449a374c2752e11bdb1410d81fb45512d2075f4b501ec67cb18532e9dd23ed6b55c25732209df6ed8ae899edaa3aa729009d2a6
6
+ metadata.gz: 884d4529c7e34090ac1d275e23867ded8ba6789bec1fb7f618e5cd3271f24d003694bef925b62589b7ec0c04d7b059ac643a949b0f34b55a95df52ba40fdde52
7
+ data.tar.gz: 2b5d63ad0d91a0eb7f5abba332aaa9c9edaa90d93374604cd09093d2ffa83370738c0459cec5a9f0594f68d088df2f6d1c82ce22d9958e8069ffe5c923d676c3
@@ -3,26 +3,26 @@ module ActiveFrontendHelper
3
3
  def colors(opacity = 1)
4
4
  {
5
5
  transparent: { rgba: "rgba(0,0,0,0)", hex: '#FFFFFF' },
6
- dark_black: { rgba: "rgba(32,42,58,#{opacity})", hex: '#202A3A' },
7
- black: { rgba: "rgba(39,52,68,#{opacity})", hex: '#273444' },
8
- light_black: { rgba: "rgba(48,64,80,#{opacity})", hex: '#304050' },
9
- dark_gray: { rgba: "rgba(108,126,144,#{opacity})", hex: '#6C7E90' },
6
+ dark_black: { rgba: "rgba(47,59,72,#{opacity})", hex: '#2F3B48' },
7
+ black: { rgba: "rgba(54,68,83,#{opacity})", hex: '#364453' },
8
+ light_black: { rgba: "rgba(61,77,93,#{opacity})", hex: '#3D4D5D' },
9
+ dark_gray: { rgba: "rgba(110,128,150,#{opacity})", hex: '#6E8096' },
10
10
  gray: { rgba: "rgba(130,146,164,#{opacity})", hex: '#8292A4' },
11
- light_gray: { rgba: "rgba(153,166,181,#{opacity})", hex: '#99A6B5' },
12
- dark_haze: { rgba: "rgba(228,231,238,#{opacity})", hex: '#E4E7EE' },
11
+ light_gray: { rgba: "rgba(153,166,183,#{opacity})", hex: '#99A6B7' },
12
+ dark_haze: { rgba: "rgba(229,232,241,#{opacity})", hex: '#E5E8F1' },
13
13
  haze: { rgba: "rgba(238,240,246,#{opacity})", hex: '#EEF0F6' },
14
14
  light_haze: { rgba: "rgba(249,250,252,#{opacity})", hex: '#F9FAFC' },
15
15
  white: { rgba: "rgba(255,255,255,#{opacity})", hex: '#FFFFFF' },
16
- lime: { rgba: "rgba(154,191,91,#{opacity})", hex: '#9ABF5B' },
17
- green: { rgba: "rgba(50,194,81,#{opacity})", hex: '#32C251' },
18
- teal: { rgba: "rgba(55,186,212,#{opacity})", hex: '#37BAD4' },
19
- blue: { rgba: "rgba(36,126,236,#{opacity})", hex: '#247EEC' },
20
- indigo: { rgba: "rgba(126,97,234,#{opacity})", hex: '#7E61EA' },
21
- purple: { rgba: "rgba(173,101,228,#{opacity})", hex: '#AD65E4' },
22
- pink: { rgba: "rgba(241,93,121,#{opacity})", hex: '#F15D79' },
23
- red: { rgba: "rgba(221,61,63,#{opacity})", hex: '#DD3D3F' },
24
- orange: { rgba: "rgba(234,133,50,#{opacity})", hex: '#EA8532' },
25
- yellow: { rgba: "rgba(242,203,36,#{opacity})", hex: '#F2CB24' }
16
+ lime: { rgba: "rgba(161,215,77,#{opacity})", hex: '#A1D74D' },
17
+ green: { rgba: "rgba(46,204,64,#{opacity})", hex: '#2ECC40' },
18
+ teal: { rgba: "rgba(46,207,221,#{opacity})", hex: '#2ECFDD' },
19
+ blue: { rgba: "rgba(13,134,246,#{opacity})", hex: '#0D86F6' },
20
+ indigo: { rgba: "rgba(126,99,226,#{opacity})", hex: '#7E63E2' },
21
+ purple: { rgba: "rgba(186,91,206,#{opacity})", hex: '#BA5BCE' },
22
+ pink: { rgba: "rgba(239,76,136,#{opacity})", hex: '#EA4C88' },
23
+ red: { rgba: "rgba(235,70,34,#{opacity})", hex: '#EB4622' },
24
+ orange: { rgba: "rgba(253,163,13,#{opacity})", hex: '#FDA30D' },
25
+ yellow: { rgba: "rgba(246,209,35,#{opacity})", hex: '#F6D123' }
26
26
  }
27
27
  end
28
28
 
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.40'.freeze
2
+ VERSION = '14.0.41'.freeze
3
3
  end
@@ -17,12 +17,16 @@
17
17
  border-color: inherit;
18
18
  padding: 10px 15px;
19
19
  }
20
+ .card-header,
21
+ .card-footer {
22
+ padding-bottom: 9px;
23
+ padding-top: 9px;
24
+ }
20
25
  .card-header {
21
26
  border-bottom: 0;
22
27
  border-top-left-radius: border-radius(b);
23
28
  border-top-right-radius: border-radius(b);
24
29
  font-weight: text-weight(semibold);
25
- padding-bottom: 9px;
26
30
  }
27
31
  .card-footer {
28
32
  border-top: 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: 14.0.40
4
+ version: 14.0.41
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez