|
|
@ -76,6 +76,13 @@ body { |
|
|
|
transform: translateX(-50%); |
|
|
|
transform: translateX(-50%); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.version { |
|
|
|
|
|
|
|
margin-top: 15px; |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
margin-bottom: 0; |
|
|
|
|
|
|
|
color: #777; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.docs-nav .docs-nav-trigger { |
|
|
|
.docs-nav .docs-nav-trigger { |
|
|
|
color: #fff; |
|
|
|
color: #fff; |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
@ -100,13 +107,6 @@ body { |
|
|
|
opacity: 1; |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.version { |
|
|
|
|
|
|
|
margin-top: 15px; |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
margin-bottom: 0; |
|
|
|
|
|
|
|
color: #b983a6; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.docs-nav .docs-nav-item { |
|
|
|
.docs-nav .docs-nav-item { |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
|
padding: 20px 15px; |
|
|
|
padding: 20px 15px; |
|
|
@ -157,6 +157,9 @@ body { |
|
|
|
-moz-transition: all 0.2s linear; |
|
|
|
-moz-transition: all 0.2s linear; |
|
|
|
transition: all 0.2s linear; |
|
|
|
transition: all 0.2s linear; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.docs-header-content .version { |
|
|
|
|
|
|
|
color: #b983a6; |
|
|
|
|
|
|
|
} |
|
|
|
.docs-header-content .btn:hover { |
|
|
|
.docs-header-content .btn:hover { |
|
|
|
background-color: #fff; |
|
|
|
background-color: #fff; |
|
|
|
-webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.3); |
|
|
|
-webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.3); |
|
|
|