active_frontend 16.0.21 → 16.0.22
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 +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/components/_header.scss +25 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d5297a056a1a48230ec726b75edc0e1781855f0b5d2cd5337f9d8367dc61172
|
|
4
|
+
data.tar.gz: dba7b2b061b4bad4dcb62a03ea82ea17f8904ff19b88e53615748b99a4bfe222
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d3618c4959fdf095eadb33b1485a039c15286808de0ba4768e83faa5f954b5c07bb7e08b6c67b2c1fe32259351f5fafa650033346f2d724cc719abb3669ab329
|
|
7
|
+
data.tar.gz: ee0c365d8184bf6252c612da5f35896256e4af4d6f6dee81b15e52d01ba64035ec21b2d02c2d3f1a5a16585a00c1edf5516f81d9311c2207d4e5da63c7c5b8f1
|
|
@@ -107,6 +107,31 @@
|
|
|
107
107
|
|
|
108
108
|
.btn { margin-top: -14px; }
|
|
109
109
|
}
|
|
110
|
+
|
|
111
|
+
&.header-nav-hero {
|
|
112
|
+
margin-top: -18px;
|
|
113
|
+
|
|
114
|
+
> li {
|
|
115
|
+
margin: 0;
|
|
116
|
+
|
|
117
|
+
> a {
|
|
118
|
+
border-bottom-width: 3px;
|
|
119
|
+
border-bottom-style: solid;
|
|
120
|
+
border-bottom-color: transparent;
|
|
121
|
+
box-sizing: border-box;
|
|
122
|
+
display: block;
|
|
123
|
+
line-height: 1;
|
|
124
|
+
min-width: 160px;
|
|
125
|
+
padding: 28px 20px;
|
|
126
|
+
text-align: center;
|
|
127
|
+
|
|
128
|
+
&:hover,
|
|
129
|
+
&:focus { border-bottom-color: inherit; }
|
|
130
|
+
&.active,
|
|
131
|
+
&:active { border-bottom-color: color(primary); }
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
110
135
|
}
|
|
111
136
|
.header-user {
|
|
112
137
|
float: right;
|