|
@@ -23,15 +23,15 @@
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
|
|
-.docs-content>h2[id],
|
|
|
|
-.docs-content>h3[id],
|
|
|
|
-.docs-content>h4[id] {
|
|
|
|
|
|
+.docs-content > h2[id],
|
|
|
|
+.docs-content > h3[id],
|
|
|
|
+.docs-content > h4[id] {
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
|
|
|
|
-.docs-content>ol li,
|
|
|
|
-.docs-content>ul li {
|
|
|
|
- margin-bottom: .25rem;
|
|
|
|
|
|
+.docs-content > ol li,
|
|
|
|
+.docs-content > ul li {
|
|
|
|
+ margin-bottom: 0.25rem;
|
|
}
|
|
}
|
|
|
|
|
|
/* Docs search. */
|
|
/* Docs search. */
|
|
@@ -41,7 +41,7 @@
|
|
padding: 1rem 15px;
|
|
padding: 1rem 15px;
|
|
margin-right: -15px;
|
|
margin-right: -15px;
|
|
margin-left: -15px;
|
|
margin-left: -15px;
|
|
- border-bottom: 1px solid rgba(0, 0, 0, .05);
|
|
|
|
|
|
+ border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
|
}
|
|
}
|
|
|
|
|
|
.docs-search .form-control:focus {
|
|
.docs-search .form-control:focus {
|
|
@@ -53,42 +53,42 @@
|
|
|
|
|
|
.docs-sidebar {
|
|
.docs-sidebar {
|
|
order: 0;
|
|
order: 0;
|
|
- border-bottom: 1px solid rgba(0, 0, 0, .1)
|
|
|
|
|
|
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
}
|
|
|
|
|
|
-@media (min-width:768px) {
|
|
|
|
|
|
+@media (min-width: 768px) {
|
|
.docs-sidebar {
|
|
.docs-sidebar {
|
|
- border-right: 1px solid rgba(0, 0, 0, .1)
|
|
|
|
|
|
+ border-right: 1px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
}
|
|
- @supports ((position:-webkit-sticky) or (position:sticky)) {
|
|
|
|
|
|
+ @supports ((position: -webkit-sticky) or (position: sticky)) {
|
|
.docs-sidebar {
|
|
.docs-sidebar {
|
|
position: -webkit-sticky;
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
position: sticky;
|
|
top: 50px;
|
|
top: 50px;
|
|
z-index: 10;
|
|
z-index: 10;
|
|
- height: calc(100vh - 50px)
|
|
|
|
|
|
+ height: calc(100vh - 50px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media (min-width:1200px) {
|
|
|
|
|
|
+@media (min-width: 1200px) {
|
|
.docs-sidebar {
|
|
.docs-sidebar {
|
|
- border-right: 1px solid rgba(0, 0, 0, .1)
|
|
|
|
|
|
+ border-right: 1px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
}
|
|
- @supports ((position:-webkit-sticky) or (position:sticky)) {
|
|
|
|
|
|
+ @supports ((position: -webkit-sticky) or (position: sticky)) {
|
|
.docs-sidebar {
|
|
.docs-sidebar {
|
|
position: -webkit-sticky;
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
position: sticky;
|
|
top: 70px;
|
|
top: 70px;
|
|
z-index: 10;
|
|
z-index: 10;
|
|
- height: calc(100vh - 70px)
|
|
|
|
|
|
+ height: calc(100vh - 70px);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media (min-width:1200px) {
|
|
|
|
|
|
+@media (min-width: 1200px) {
|
|
.docs-sidebar {
|
|
.docs-sidebar {
|
|
- flex: 0 1 320px
|
|
|
|
|
|
+ flex: 0 1 320px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -102,15 +102,15 @@
|
|
|
|
|
|
/* Docs sidebar li>a. */
|
|
/* Docs sidebar li>a. */
|
|
|
|
|
|
-.docs-sidebar .nav>li>a {
|
|
|
|
|
|
+.docs-sidebar .nav > li > a {
|
|
display: block;
|
|
display: block;
|
|
- padding: .25rem 1.5rem;
|
|
|
|
|
|
+ padding: 0.25rem 1.5rem;
|
|
font-size: 0.8rem;
|
|
font-size: 0.8rem;
|
|
- color: rgba(0, 0, 0, .65);
|
|
|
|
|
|
+ color: rgba(0, 0, 0, 0.65);
|
|
}
|
|
}
|
|
|
|
|
|
-.docs-sidebar .nav>li>a:hover {
|
|
|
|
- color: rgba(0, 0, 0, .85);
|
|
|
|
|
|
+.docs-sidebar .nav > li > a:hover {
|
|
|
|
+ color: rgba(0, 0, 0, 0.85);
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
@@ -140,8 +140,8 @@
|
|
margin-left: -15px;
|
|
margin-left: -15px;
|
|
}
|
|
}
|
|
|
|
|
|
-@media (min-width:768px) {
|
|
|
|
- @supports ((position:-webkit-sticky) or (position:sticky)) {
|
|
|
|
|
|
+@media (min-width: 768px) {
|
|
|
|
+ @supports ((position: -webkit-sticky) or (position: sticky)) {
|
|
.docs-links {
|
|
.docs-links {
|
|
max-height: calc(100vh - 5rem - 70px);
|
|
max-height: calc(100vh - 5rem - 70px);
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
@@ -149,9 +149,9 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media (min-width:768px) {
|
|
|
|
|
|
+@media (min-width: 768px) {
|
|
.docs-links {
|
|
.docs-links {
|
|
- display: block!important;
|
|
|
|
|
|
+ display: block !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -161,16 +161,16 @@
|
|
order: 2;
|
|
order: 2;
|
|
padding-top: 1.5rem;
|
|
padding-top: 1.5rem;
|
|
padding-bottom: 1.5rem;
|
|
padding-bottom: 1.5rem;
|
|
- font-size: .875rem
|
|
|
|
|
|
+ font-size: 0.875rem;
|
|
}
|
|
}
|
|
|
|
|
|
-@supports ((position:-webkit-sticky) or (position:sticky)) {
|
|
|
|
|
|
+@supports ((position: -webkit-sticky) or (position: sticky)) {
|
|
.docs-toc {
|
|
.docs-toc {
|
|
position: -webkit-sticky;
|
|
position: -webkit-sticky;
|
|
position: sticky;
|
|
position: sticky;
|
|
top: 70px;
|
|
top: 70px;
|
|
height: calc(100vh - 70px);
|
|
height: calc(100vh - 70px);
|
|
- overflow-y: auto
|
|
|
|
|
|
+ overflow-y: auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -178,13 +178,13 @@
|
|
|
|
|
|
.docs-toc-link {
|
|
.docs-toc-link {
|
|
display: block;
|
|
display: block;
|
|
- padding: .25rem 1.5rem;
|
|
|
|
|
|
+ padding: 0.25rem 1.5rem;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
- color: rgba(0, 0, 0, .65);
|
|
|
|
|
|
+ color: rgba(0, 0, 0, 0.65);
|
|
}
|
|
}
|
|
|
|
|
|
.docs-toc-link:hover {
|
|
.docs-toc-link:hover {
|
|
- color: rgba(0, 0, 0, .85);
|
|
|
|
|
|
+ color: rgba(0, 0, 0, 0.85);
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -196,11 +196,11 @@
|
|
margin-top: 1rem;
|
|
margin-top: 1rem;
|
|
}
|
|
}
|
|
|
|
|
|
-.docs-toc-item.active>.docs-toc-link {
|
|
|
|
- color: rgba(0, 0, 0, .85);
|
|
|
|
|
|
+.docs-toc-item.active > .docs-toc-link {
|
|
|
|
+ color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
}
|
|
|
|
|
|
-.docs-toc-item.active>.docs-toc-link:hover {
|
|
|
|
|
|
+.docs-toc-item.active > .docs-toc-link:hover {
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -212,7 +212,7 @@
|
|
|
|
|
|
.docs-toc-title {
|
|
.docs-toc-title {
|
|
color: #b5b5b5;
|
|
color: #b5b5b5;
|
|
- font-size: .875rem;
|
|
|
|
|
|
+ font-size: 0.875rem;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
padding-left: calc(1.5rem + 1px);
|
|
padding-left: calc(1.5rem + 1px);
|
|
}
|
|
}
|
|
@@ -239,14 +239,14 @@ ul.toc-top {
|
|
#TableOfContents li a,
|
|
#TableOfContents li a,
|
|
.toc-top li a {
|
|
.toc-top li a {
|
|
display: block;
|
|
display: block;
|
|
- padding: .125rem 1.5rem;
|
|
|
|
- color: rgba(0,0,0,.65);
|
|
|
|
|
|
+ padding: 0.125rem 1.5rem;
|
|
|
|
+ color: rgba(0, 0, 0, 0.65);
|
|
font-size: 0.7rem;
|
|
font-size: 0.7rem;
|
|
}
|
|
}
|
|
|
|
|
|
.dark #TableOfContents li a,
|
|
.dark #TableOfContents li a,
|
|
.dark .toc-top li a {
|
|
.dark .toc-top li a {
|
|
- color: rgba(255,255,255,.65);
|
|
|
|
|
|
+ color: rgba(255, 255, 255, 0.65);
|
|
}
|
|
}
|
|
|
|
|
|
#TableOfContents li a:hover,
|
|
#TableOfContents li a:hover,
|
|
@@ -266,7 +266,7 @@ ul.toc-top {
|
|
.anchorjs-link {
|
|
.anchorjs-link {
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
color: $sta-primary-dark;
|
|
color: $sta-primary-dark;
|
|
- transition: color .16s linear;
|
|
|
|
|
|
+ transition: color 0.16s linear;
|
|
}
|
|
}
|
|
|
|
|
|
.anchorjs-link:hover {
|
|
.anchorjs-link:hover {
|