ovh-jekyll-doc-theme 0.2.1 → 0.2.2
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/_includes/navbar.html +1 -1
- data/_sass/components/_sidebar.scss +2 -2
- 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: 8bd61feece5b82db4348d99df96ff98378dc0b9b
|
4
|
+
data.tar.gz: 17b30c4830136fbc9f8574a82c3245da59ee1050
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fd008451783c9eebc44cb3564dc7d52d77edacbe5cd3b43dcfa435eebdb135cecb26c3752f97d9691f02e6e4248de9a71a02c11e632f703abdefad260282a46
|
7
|
+
data.tar.gz: d0b880f541ee2aa73481dd84d34bc7f679eb82f701baa89b5d2c4b413aee2c84a7013e40947a0861c9c32eaea4ada68c93fefe9452f58ec1fa8de1655b1f5732
|
data/_includes/navbar.html
CHANGED
@@ -111,7 +111,7 @@ $sidebar-color-secondary: $oui-color-rhino;
|
|
111
111
|
height: auto;
|
112
112
|
|
113
113
|
.navbar__link--lvl-2 {
|
114
|
-
animation: openNavEntry .35s ease-in-out
|
114
|
+
animation: openNavEntry .35s ease-in-out;
|
115
115
|
left: 0;
|
116
116
|
opacity: 1;
|
117
117
|
}
|
@@ -158,7 +158,7 @@ $sidebar-color-secondary: $oui-color-rhino;
|
|
158
158
|
|
159
159
|
&--active {
|
160
160
|
transform: rotate(90deg);
|
161
|
-
animation: selectedNavEntry .
|
161
|
+
animation: selectedNavEntry .15s ease-in;
|
162
162
|
}
|
163
163
|
}
|
164
164
|
|