jumbo-jekyll-theme 1.7.20 → 1.7.21
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/_sass/core/nav.scss +13 -0
- data/_sass/core/universal-nav.scss +5 -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: f16601dee17062375cedf5621991a2a61634e26d
|
4
|
+
data.tar.gz: ef7a7dc08fdc6dfd5a786735242aa550bdad1d04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 598e919d605f256d148d7fff11071f1e829027a15d482bfc726133d62cfc9781725728de079d0ac09d0ff675fe26298b245f5b84f85c5a249596ecd9a73350f5
|
7
|
+
data.tar.gz: 1bc5081c37213b3441c0cc539d8992944ed3a98c66798651e5bcf78cd99e2e92c9d378b6d597f546e101e397b03753d2132c5018fc4cc1baa29ae2598b5ba441
|
data/_sass/core/nav.scss
CHANGED
@@ -940,5 +940,18 @@ li#linaro-app-menu-item > ul:before {
|
|
940
940
|
li.side-nav-button.sub-page a {
|
941
941
|
padding-left: 40px;
|
942
942
|
}
|
943
|
+
|
944
|
+
nav#main-navigation.navbar-static {
|
945
|
+
height: $navbar-height + 20;
|
946
|
+
padding-bottom: 10px;
|
947
|
+
padding-top: 10px;
|
948
|
+
|
949
|
+
transition: all 200ms ease;
|
950
|
+
}
|
951
|
+
nav#main-navigation.navbar-fixed-top {
|
952
|
+
height: $navbar-height;
|
953
|
+
}
|
954
|
+
|
955
|
+
|
943
956
|
// Import the CSS for the iuniversal NavBar
|
944
957
|
@import "universal-nav";
|
@@ -2,7 +2,8 @@ nav#universal-nav {
|
|
2
2
|
color: white;
|
3
3
|
height: 0px;
|
4
4
|
padding-bottom:0px;
|
5
|
-
border-bottom:
|
5
|
+
border-bottom: 0px;
|
6
|
+
border-top:0px;
|
6
7
|
margin-bottom: 0px;
|
7
8
|
background-color:$brand-primary;
|
8
9
|
z-index:9999;
|
@@ -11,8 +12,8 @@ nav#universal-nav {
|
|
11
12
|
#universal-nav.navbar-default .navbar-nav>li>a{
|
12
13
|
color: #fefefe;
|
13
14
|
font-size: 14px;
|
14
|
-
padding-top:
|
15
|
-
padding-bottom:
|
15
|
+
padding-top: 8px;
|
16
|
+
padding-bottom:7px;
|
16
17
|
margin: 0px;
|
17
18
|
border:none;
|
18
19
|
letter-spacing:1px;
|
@@ -40,7 +41,7 @@ nav#universal-nav {
|
|
40
41
|
margin-bottom: 0px;
|
41
42
|
}
|
42
43
|
|
43
|
-
.navbar {min-height:
|
44
|
+
.navbar {min-height:36px !important}
|
44
45
|
|
45
46
|
#universal-nav button.navbar-toggle {
|
46
47
|
margin-top:0px;
|