active_frontend 12.1.27 → 12.1.28
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: 406e60d50eb46ece0c6695b50bd2bd3b18d1e4fc
|
4
|
+
data.tar.gz: 2655b3fff374f3b331e9446b299383c95df47bfd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebe6ef471812f37bdcc34d3820af435b1da88d25e58bc94b031a9a7ad6175b3eb17c28dc255950ab63b907bcfd6306637703187465b4926bee83d737c5947b00
|
7
|
+
data.tar.gz: d002871a776f38aff2ae2bcff5705a30329dc7151bc3ddd771fd642828fae81e490425c0da116e5196c666cd1613bada5efbeb54b661186cd52eed7b2010c8bc
|
@@ -10,7 +10,8 @@
|
|
10
10
|
================================================== */
|
11
11
|
.header {
|
12
12
|
background: $color-white;
|
13
|
-
border-bottom: 1px solid
|
13
|
+
border-bottom: 1px solid;
|
14
|
+
border-color: $color-haze;
|
14
15
|
box-sizing: border-box;
|
15
16
|
color: inherit;
|
16
17
|
height: 60px;
|
@@ -53,13 +54,14 @@
|
|
53
54
|
.header-btn-group {
|
54
55
|
box-sizing: border-box;
|
55
56
|
display: inline-block;
|
56
|
-
margin: -15px
|
57
|
+
margin-top: -15px;
|
57
58
|
}
|
58
59
|
.header-toolchain { margin: 1px 25px 0 0; }
|
59
60
|
.header-btn-group > li,
|
60
61
|
.header-nav > li,
|
61
62
|
.header-nav-alt > li,
|
62
63
|
.header-toolchain > li {
|
64
|
+
border-color: $color-haze;
|
63
65
|
float: left;
|
64
66
|
line-height: 1;
|
65
67
|
}
|
@@ -75,20 +77,29 @@
|
|
75
77
|
box-sizing: border-box;
|
76
78
|
float: left;
|
77
79
|
}
|
78
|
-
.header-btn-group > li > a
|
80
|
+
.header-btn-group > li > a,
|
81
|
+
.header-nav > li.lined > a {
|
79
82
|
border-bottom: 4px solid $color-transparent;
|
80
83
|
border-radius: 0 !important;
|
84
|
+
}
|
85
|
+
.header-btn-group > li > a {
|
81
86
|
box-sizing: border-box;
|
82
87
|
display: block;
|
83
88
|
height: 60px;
|
84
|
-
padding-top:
|
89
|
+
padding-top: 22px;
|
85
90
|
text-align: center;
|
86
91
|
vertical-align: middle;
|
87
92
|
}
|
93
|
+
.header-nav > li.lined > a { padding-bottom: 20px; }
|
88
94
|
.header-btn-group > li > a:hover,
|
95
|
+
.header-btn-group > li > a:focus,
|
96
|
+
.header-nav > li.lined > a:hover,
|
97
|
+
.header-nav > li.lined > a:focus { border-color: inherit; }
|
89
98
|
.header-btn-group > li > a.active,
|
90
99
|
.header-btn-group > li > a:active,
|
91
|
-
.header-
|
100
|
+
.header-nav > li.lined > a.active,
|
101
|
+
.header-nav > li.lined > a:active,
|
102
|
+
.header-nav > li.lined.active > a { border-color: $color-primary; }
|
92
103
|
.header-btn-group-label {
|
93
104
|
background: $color-primary;
|
94
105
|
border-radius: 2px;
|
@@ -116,16 +127,6 @@
|
|
116
127
|
.header-toolchain > li.btn-group + li.btn-group { margin-left: 15px; }
|
117
128
|
.header-nav-alt > li:first-child,
|
118
129
|
.header-toolchain > li:first-child { margin-left: 0; }
|
119
|
-
.header-nav > li.lined > a {
|
120
|
-
border-radius: 0 !important;
|
121
|
-
border-bottom: 3px solid $color-transparent;
|
122
|
-
padding-bottom: 21px;
|
123
|
-
}
|
124
|
-
.header-nav > li.lined > a:hover,
|
125
|
-
.header-nav > li.lined > a.active,
|
126
|
-
.header-nav > li.lined > a:active,
|
127
|
-
.header-nav > li.lined > a:focus,
|
128
|
-
.header-nav > li.lined.active > a { border-color: $color-primary; }
|
129
130
|
.header-nav-alt > li > a { padding: 10px 0; }
|
130
131
|
.header-nav > li > a:hover,
|
131
132
|
.header-nav > li > a.active,
|
@@ -216,7 +217,6 @@
|
|
216
217
|
.header-invisible {
|
217
218
|
background: $color-transparent;
|
218
219
|
border-color: $color-transparent;
|
219
|
-
color: $color-white;
|
220
220
|
}
|
221
221
|
.header-light {
|
222
222
|
background: $color-light-haze;
|