linaro-jekyll-theme 0.1.2.69 → 0.1.2.70
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/core/carousel.scss +4 -4
- data/_sass/core/nav.scss +9 -0
- 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: 1440515d469307658514b83689131c59c2d13d3a
|
4
|
+
data.tar.gz: 188d2aea6e044be1c01186c18f0673ceb56f0eef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eadbf7a57554b52fc43244e49b6c1b262abe145742bcab5b63decaeb28466105af60f877e66f36bae672b0fa6b1abcd67a83fca37ff74965b3f3fba91bcc316b
|
7
|
+
data.tar.gz: 954122612eaeb433b429bd3c254c57b0ff7a044d9a98c0dfd1eb3200ef5956a58d214018c2d4d81e822952077a86b51a70e2dd0c421fc99dad668275e9b847bf
|
data/_sass/core/carousel.scss
CHANGED
@@ -134,18 +134,18 @@ a.btn.btn-primary {
|
|
134
134
|
}
|
135
135
|
|
136
136
|
.owl-prev {
|
137
|
-
background-color:
|
137
|
+
background-color: #cccccc !important;
|
138
138
|
transition: all 200ms linear;
|
139
139
|
}
|
140
140
|
.owl-next {
|
141
|
-
background-color:
|
141
|
+
background-color: #cccccc !important;
|
142
142
|
transition: all 200ms linear;
|
143
143
|
}
|
144
144
|
.owl-prev:hover {
|
145
|
-
background-color:
|
145
|
+
background-color: #545454 !important;
|
146
146
|
}
|
147
147
|
.owl-next:hover {
|
148
|
-
background-color:
|
148
|
+
background-color: #545454 !important;
|
149
149
|
}
|
150
150
|
|
151
151
|
/* Icons */
|
data/_sass/core/nav.scss
CHANGED
@@ -657,7 +657,16 @@ ul.dropdown-menu.menu {
|
|
657
657
|
border-radius: 0 !important;
|
658
658
|
}
|
659
659
|
|
660
|
+
// Linaro Sites Navigation
|
660
661
|
|
662
|
+
li#linaro-app-menu-item > a >i.glyphicon.glyphicon-th {
|
663
|
+
font-size: 16px;
|
664
|
+
margin-top: -17px;
|
665
|
+
}
|
666
|
+
|
667
|
+
li#linaro-app-menu-item {
|
668
|
+
top: -1px;
|
669
|
+
}
|
661
670
|
|
662
671
|
|
663
672
|
|