active_frontend 14.0.38 → 14.0.39

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: '0798155456587cb4e0d0dfa719a20c7eff2b975a'
4
- data.tar.gz: 1a8c79ea324cd7e9e73ef06ceb4dbc26bb854573
3
+ metadata.gz: 1d7d3fdf9f648d9eaedc7696302a896ae10c6b4a
4
+ data.tar.gz: 2d74d518af53704337d2501780654ce6ed44243b
5
5
  SHA512:
6
- metadata.gz: 99d668406a6d916ff36ac2144c1e3da316e43472f67c1f6e13c9498196142bfecbcedb29deed126afbbf1339f0deb5f36be2c05937225a84c78a83b3ba5f96ee
7
- data.tar.gz: 49fee982493cd80afc6cd86d53ef94b0255c97e9c8664fa6acd6896aeb585c735551b718db9127100262bb847bb13cd4f5450b979c92cbfa5902630fd3e5d01f
6
+ metadata.gz: d07e36cadd80dc42909c5e43af30cb6345091ef5a0c00a79a4a43404cf4441f8586d061b525b04530868a7598e47b43b35af1e3687c184b290e2c4ce54a845a0
7
+ data.tar.gz: 5150dd80c7b3d367c17fb151e87692c1b70bb614bcb4224b64e214e5261e59f3ab03fa329a7e4f95ce3f7b2f2b3946966f839525765e4a74f5b35d7eebea71f8
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.38'.freeze
2
+ VERSION = '14.0.39'.freeze
3
3
  end
@@ -10,8 +10,8 @@
10
10
  padding-left: 20px;
11
11
 
12
12
  > li {
13
- border-left: 1px dashed;
14
- border-bottom: 1px dashed;
13
+ border-left: 1px dotted;
14
+ border-bottom: 1px dotted;
15
15
  border-color: inherit;
16
16
  padding: 25px 30px;
17
17
 
@@ -24,18 +24,19 @@
24
24
  border-radius: border-radius(xl);
25
25
  box-sizing: border-box;
26
26
  float: left;
27
- height: 40px;
28
- margin: -7px 0 0 -50px;
29
- padding-top: 6px;
27
+ font-size: text-size(xs);
28
+ height: 34px;
29
+ margin: -4px 0 0 -48px;
30
+ padding-top: 2px;
30
31
  position: relative;
31
32
  text-align: center;
32
- width: 40px;
33
+ width: 34px;
33
34
  }
34
35
  }
35
36
  }
36
37
  .milestone {
37
- background: color(light-haze);
38
- border: 1px solid color(dark-haze);
38
+ background: color(haze);
39
+ border: 2px solid color(haze);
39
40
 
40
41
  &.milestone-outline { background: color(white); }
41
42
  }
@@ -45,12 +46,11 @@
45
46
  @each $name, $color in map-keys($colors) {
46
47
  .milestone-color-#{$name} {
47
48
  background: color($name);
48
- border-color: darker-color($name);
49
+ border-color: color($name);
49
50
  color: text-color-on($name);
50
51
 
51
52
  &.milestone-outline {
52
53
  background: color(white);
53
- border-color: color($name);
54
54
  color: color($name);
55
55
  }
56
56
  }
@@ -43,13 +43,12 @@
43
43
  border-bottom-width: 1px;
44
44
  box-sizing: border-box;
45
45
  text-align: center;
46
- padding: 24px 20px;
47
-
48
- h5 {
49
- line-height: 1;
50
- margin: 0;
51
- padding: 0;
52
- }
46
+ padding: 21px 20px 19px;
47
+ }
48
+ .modal-title {
49
+ font-size: text-size(m);
50
+ font-weight: text-weight(semibold);
51
+ line-height: 1;
53
52
  }
54
53
  .modal-body {
55
54
  box-sizing: border-box;
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: 14.0.38
4
+ version: 14.0.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-12-16 00:00:00.000000000 Z
11
+ date: 2016-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails