linaro-jekyll-theme 0.1.2.6 → 0.1.2.7
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 +72 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db44d6b0870b6769b7b6d0687c05e97ccecfda67
|
4
|
+
data.tar.gz: '0926845f6df364c51824677ef6d5b9a21e0d1ba7'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b84c3278f828c44cae458379471cbd74d33398399a3da1056fa880fbf04d943e37f239865f9ca4c1b087a21b0418538bd4ee02f04f049cf946ebc8a866f38c9c
|
7
|
+
data.tar.gz: 3e819d66c0acfb916b450c635ec5afa3518e42a43ffb5dc34937af3bdf66f220f836be1b793ac878ad2884f6e334fbe0868b7acfa7a5a8908db8da39d49c55b0
|
data/_sass/core/nav.scss
CHANGED
@@ -70,13 +70,14 @@ ul#searchDropdown {
|
|
70
70
|
//Navbar brand padding.
|
71
71
|
.navbar-brand {
|
72
72
|
@media (min-width: 1200px){
|
73
|
-
padding-top:
|
74
|
-
padding-bottom:
|
73
|
+
padding-top: 0px;
|
74
|
+
padding-bottom: 0px;
|
75
|
+
padding-left: 15px;
|
75
76
|
}
|
76
77
|
@media (max-width: 1199px){
|
77
|
-
padding-top:
|
78
|
+
padding-top: 0px;
|
78
79
|
padding-bottom: 15px;
|
79
|
-
padding-left:
|
80
|
+
padding-left: 5px;
|
80
81
|
}
|
81
82
|
}
|
82
83
|
|
@@ -655,3 +656,70 @@ li.side-nav-button:first-child {
|
|
655
656
|
button.btn.btn-default.dropdown-toggle {
|
656
657
|
color: $navbar-base-text-color;
|
657
658
|
}
|
659
|
+
|
660
|
+
ul#navbar-buttons > li {
|
661
|
+
padding-top: 15px;
|
662
|
+
}
|
663
|
+
|
664
|
+
.dropdown-menu li:hover {
|
665
|
+
background-color: #eee;
|
666
|
+
transition: all 500ms ease;
|
667
|
+
}
|
668
|
+
.dropdown-menu li {
|
669
|
+
transition: all 500ms ease;
|
670
|
+
}
|
671
|
+
|
672
|
+
#navbar-buttons .dropdown-menu {
|
673
|
+
background-color: #fff;
|
674
|
+
border-top: 2px solid #a682b8;
|
675
|
+
}
|
676
|
+
|
677
|
+
@media (min-width: 1200px){
|
678
|
+
#brand-image {
|
679
|
+
height: 66px !important;
|
680
|
+
}
|
681
|
+
}
|
682
|
+
#brand-image {
|
683
|
+
height: 66px !important;
|
684
|
+
}
|
685
|
+
|
686
|
+
#navbar-buttons .dropdown-menu>li>a {
|
687
|
+
color: #444444;
|
688
|
+
letter-spacing: 0;
|
689
|
+
font-size:12px;
|
690
|
+
outline: 0;
|
691
|
+
}
|
692
|
+
ul#searchDropdown {
|
693
|
+
border-top: 1px solid #ccc !important;
|
694
|
+
}
|
695
|
+
#navbar-buttons .dropdown-menu>li>a:hover {
|
696
|
+
color: $brand-primary;
|
697
|
+
letter-spacing: 0;
|
698
|
+
font-size:12px;
|
699
|
+
}
|
700
|
+
.navbar-inverse .navbar-nav>li>a {
|
701
|
+
color: #444444;
|
702
|
+
font-size: 12px;
|
703
|
+
font-weight: bold;
|
704
|
+
padding-right: 20px !important;
|
705
|
+
padding-left: 20px !important;
|
706
|
+
text-transform: uppercase;
|
707
|
+
letter-spacing: 0px;
|
708
|
+
}
|
709
|
+
.navbar-inverse #navbar-buttons >li>a {
|
710
|
+
color: #444444;
|
711
|
+
}
|
712
|
+
.navbar-inverse #navbar-buttons>li>a:hover{
|
713
|
+
color: $brand-primary;
|
714
|
+
}
|
715
|
+
i.glyphicon.glyphicon-search {
|
716
|
+
font-size: 16px;
|
717
|
+
}
|
718
|
+
|
719
|
+
@media (min-width: 1200px) {
|
720
|
+
.navbar-right .dropdown-menu {
|
721
|
+
right: auto;
|
722
|
+
left: 0;
|
723
|
+
}
|
724
|
+
}
|
725
|
+
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: linaro-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.2.
|
4
|
+
version: 0.1.2.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Kirkby
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-11-
|
11
|
+
date: 2017-11-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|