fortitude-sass 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/app/assets/stylesheets/fortitude/blocks/_navigationbar.scss +4 -74
- data/bower.json +1 -1
- data/lib/fortitude-sass/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36b021fad9f6479da4962fcd81e56e78841176a7
|
4
|
+
data.tar.gz: 24ea0c1f5e6a1b97748b443a32652759a918e6c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cba266cfb430a53c519aaf4d44610ec09479ce2bcf09bd33b494cef76d79a1de51f54e05b170a8bf4a9640c58683183585767a3b5b00dfa85a0d62ab3ee2168e
|
7
|
+
data.tar.gz: 15a46a879525985124bf77cd12005c248941be7c080e5cca3692eb84c12d4aad468ff171a0d97f9e4d0c03f7eaaec892cd7ec67b0a661850b4d03b26ed1b6651
|
data/Gemfile.lock
CHANGED
@@ -57,7 +57,7 @@ $fortitude-navigationbar-height: 4rem !default;
|
|
57
57
|
z-index: 1;
|
58
58
|
}
|
59
59
|
|
60
|
-
@
|
60
|
+
@include fortitude-breakpoint(xs, $fortitude-breakpoints) {
|
61
61
|
.navigationbar__header {
|
62
62
|
float: none;
|
63
63
|
}
|
@@ -120,6 +120,9 @@ $fortitude-navigationbar-height: 4rem !default;
|
|
120
120
|
clear: both;
|
121
121
|
display: none;
|
122
122
|
margin-right: 0;
|
123
|
+
position: absolute;
|
124
|
+
top: 100%;
|
125
|
+
width: 100%;
|
123
126
|
}
|
124
127
|
|
125
128
|
.navigationbar__item {
|
@@ -133,76 +136,3 @@ $fortitude-navigationbar-height: 4rem !default;
|
|
133
136
|
}
|
134
137
|
}
|
135
138
|
}
|
136
|
-
|
137
|
-
@media (min-width: 768px) and (max-width: 991px) {
|
138
|
-
.navigationbar--employers-offers {
|
139
|
-
.navigationbar__header {
|
140
|
-
float: none;
|
141
|
-
}
|
142
|
-
|
143
|
-
.navigationbar__toggle {
|
144
|
-
float: none;
|
145
|
-
|
146
|
-
> .icon {
|
147
|
-
display: inline-block;
|
148
|
-
}
|
149
|
-
}
|
150
|
-
|
151
|
-
.navigationbar__toggle__helper {
|
152
|
-
display: inline-block;
|
153
|
-
}
|
154
|
-
|
155
|
-
.navigationbar__dropdown {
|
156
|
-
display: block;
|
157
|
-
position: static;
|
158
|
-
}
|
159
|
-
|
160
|
-
.navigationbar__item {
|
161
|
-
display: block;
|
162
|
-
}
|
163
|
-
|
164
|
-
.navigationbar__toggle {
|
165
|
-
margin-top: -$fortitude-navigationbar-height;
|
166
|
-
|
167
|
-
&:after {
|
168
|
-
content: "";
|
169
|
-
display: table;
|
170
|
-
clear: both;
|
171
|
-
}
|
172
|
-
|
173
|
-
> .icon {
|
174
|
-
float: right;
|
175
|
-
display: block;
|
176
|
-
}
|
177
|
-
}
|
178
|
-
.navigationbar__toggle__helper {
|
179
|
-
float: right;
|
180
|
-
position: relative;
|
181
|
-
outline: 0;
|
182
|
-
opacity: 0;
|
183
|
-
-webkit-appearance: none;
|
184
|
-
-moz-appearance: none;
|
185
|
-
appearance: none;
|
186
|
-
|
187
|
-
&:checked + .navigationbar__navigation {
|
188
|
-
display: block;
|
189
|
-
}
|
190
|
-
}
|
191
|
-
|
192
|
-
.navigationbar__navigation {
|
193
|
-
clear: both;
|
194
|
-
display: none;
|
195
|
-
}
|
196
|
-
|
197
|
-
.navigationbar__item {
|
198
|
-
+ .navigationbar__item {
|
199
|
-
margin-top: -0.1rem;
|
200
|
-
}
|
201
|
-
|
202
|
-
a {
|
203
|
-
display: block;
|
204
|
-
padding: 0 1rem;
|
205
|
-
}
|
206
|
-
}
|
207
|
-
}
|
208
|
-
}
|
data/bower.json
CHANGED