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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d7d3fdf9f648d9eaedc7696302a896ae10c6b4a
|
|
4
|
+
data.tar.gz: 2d74d518af53704337d2501780654ce6ed44243b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d07e36cadd80dc42909c5e43af30cb6345091ef5a0c00a79a4a43404cf4441f8586d061b525b04530868a7598e47b43b35af1e3687c184b290e2c4ce54a845a0
|
|
7
|
+
data.tar.gz: 5150dd80c7b3d367c17fb151e87692c1b70bb614bcb4224b64e214e5261e59f3ab03fa329a7e4f95ce3f7b2f2b3946966f839525765e4a74f5b35d7eebea71f8
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
padding-left: 20px;
|
|
11
11
|
|
|
12
12
|
> li {
|
|
13
|
-
border-left: 1px
|
|
14
|
-
border-bottom: 1px
|
|
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
|
-
|
|
28
|
-
|
|
29
|
-
|
|
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:
|
|
33
|
+
width: 34px;
|
|
33
34
|
}
|
|
34
35
|
}
|
|
35
36
|
}
|
|
36
37
|
.milestone {
|
|
37
|
-
background: color(
|
|
38
|
-
border:
|
|
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:
|
|
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:
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
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.
|
|
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-
|
|
11
|
+
date: 2016-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|