active_frontend 12.4.4 → 12.4.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/_header.scss +7 -4
- 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: c5eb820526f0aa01a32bcd1677c1f8c196be6b31
|
4
|
+
data.tar.gz: c1daf585358777a9d393359416aa6f34f3b1acd3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36a36c72596c667c0b965724163f1321fb2580718c7fec8a7b658201331431e540498b5c34426311365c0f50f2a50ac9ceaf304f3082eb41d8620712ecb33fba
|
7
|
+
data.tar.gz: 9b590ae6b9a9f3f8e9732949be6771358e23b3d01421415507781cb03ce08974b8eb0f09c55822bf7330f53b3843edad1201c2989c840d4b997355c40ad2cebe
|
@@ -249,7 +249,7 @@
|
|
249
249
|
position: fixed;
|
250
250
|
text-transform: none;
|
251
251
|
top: 60px;
|
252
|
-
width:
|
252
|
+
width: 280px;
|
253
253
|
}
|
254
254
|
.header-collapse-title {
|
255
255
|
border-bottom: 1px solid;
|
@@ -485,13 +485,16 @@
|
|
485
485
|
/* # Media Queries
|
486
486
|
================================================== */
|
487
487
|
@media only screen and (max-width: 1365px) {
|
488
|
-
.header-btn-group > li.divider.fixed > a
|
488
|
+
.header-btn-group > li.divider.fixed > a,
|
489
|
+
.header-collapse { width: 250px; }
|
489
490
|
}
|
490
491
|
@media only screen and (max-width: 1199px) {
|
491
|
-
.header-btn-group > li.divider.fixed > a
|
492
|
+
.header-btn-group > li.divider.fixed > a,
|
493
|
+
.header-collapse { width: 220px; }
|
492
494
|
}
|
493
495
|
@media only screen and (max-width: 959px) {
|
494
|
-
.header-btn-group > li.divider.fixed > a
|
496
|
+
.header-btn-group > li.divider.fixed > a,
|
497
|
+
.header-collapse { width: 200px; }
|
495
498
|
}
|
496
499
|
@media only screen and (max-width: 767px) {
|
497
500
|
.header {
|