linaro-jekyll-theme 0.1.2.67 → 0.1.2.69
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/carousel.scss +15 -0
- data/_sass/core/nav.scss +1 -20
- 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: d78327889768424ae390a3b8afe77fafc58b45af
|
4
|
+
data.tar.gz: baa06b550f83aee8b4dba8425a6ad27f6b75ba4b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c8ba3fdbf0c3f4308e0af8a9d8187c25fc821437d93580e8e1589d09560bd741bd0df50660ea8c2c654e6b9c8944bc242d91bc2ed6a32b84e00d1ba7393c52f
|
7
|
+
data.tar.gz: b753c18a0ac54f94d2605e8713f6981396bc6ca846c5e61221ce94e506d140f0de4ce47fee3721aaf056c4995ecfe8849c9e0daeeaa15a8b1fcbb6dcc6a63315
|
data/_sass/core/carousel.scss
CHANGED
@@ -132,5 +132,20 @@ a.btn.btn-primary {
|
|
132
132
|
font-weight: bold;
|
133
133
|
border-color: rgb(25, 148, 123);
|
134
134
|
}
|
135
|
+
|
136
|
+
.owl-prev {
|
137
|
+
background-color: $brand-primary !important;
|
138
|
+
transition: all 200ms linear;
|
139
|
+
}
|
140
|
+
.owl-next {
|
141
|
+
background-color: $brand-primary !important;
|
142
|
+
transition: all 200ms linear;
|
143
|
+
}
|
144
|
+
.owl-prev:hover {
|
145
|
+
background-color: darken($brand-primary, 20%) !important;
|
146
|
+
}
|
147
|
+
.owl-next:hover {
|
148
|
+
background-color: darken($brand-primary, 20%) !important;
|
149
|
+
}
|
135
150
|
|
136
151
|
/* Icons */
|
data/_sass/core/nav.scss
CHANGED
@@ -645,35 +645,16 @@ li.dropdown-submenu.sub-menu > a:after {
|
|
645
645
|
transition: all 100ms linear;
|
646
646
|
}
|
647
647
|
|
648
|
-
ul#navbar-buttons>li:hover > a > span.caret{
|
649
|
-
color: #a682b8;
|
650
|
-
opacity:0;
|
651
|
-
margin-top:-10px;
|
652
|
-
|
653
|
-
}
|
654
|
-
|
655
|
-
ul#navbar-buttons>li > a > span.caret{
|
656
|
-
|
657
|
-
-webkit-transition: all 150ms ease-in-out;
|
658
|
-
-moz-transition: all 150ms ease-in-out;
|
659
|
-
-o-transition: all 150ms ease-in-out;
|
660
|
-
transition: all 150ms ease-in-out;
|
661
|
-
display:inline-block !important;
|
662
|
-
}
|
663
648
|
li.dropdown.menu.open > a {
|
664
649
|
color: #a682b8 !important;
|
665
650
|
|
666
651
|
}
|
667
652
|
|
668
|
-
li.dropdown.menu.open > a > span.caret {
|
669
|
-
color: #a682b8;
|
670
|
-
opacity:0;
|
671
|
-
}
|
672
653
|
|
673
654
|
ul.dropdown-menu.menu {
|
674
655
|
padding-top: 0;
|
675
656
|
padding-bottom: 0;
|
676
|
-
border-radius: 0;
|
657
|
+
border-radius: 0 !important;
|
677
658
|
}
|
678
659
|
|
679
660
|
|