|
|
@ -34,21 +34,32 @@ body { |
|
|
|
background-image: linear-gradient(45deg, #336f90 0%, #254456 100%); |
|
|
|
background-image: linear-gradient(45deg, #336f90 0%, #254456 100%); |
|
|
|
} |
|
|
|
} |
|
|
|
.docs-nav { |
|
|
|
.docs-nav { |
|
|
|
|
|
|
|
position: relative; |
|
|
|
padding-top: 12px; |
|
|
|
padding-top: 12px; |
|
|
|
padding-bottom: 12px; |
|
|
|
padding-bottom: 12px; |
|
|
|
border-bottom: 1px solid rgba(255,255,255,.1); |
|
|
|
border-bottom: 1px solid rgba(255,255,255,.1); |
|
|
|
|
|
|
|
|
|
|
|
.icon { |
|
|
|
.icon, |
|
|
|
margin-top: 5px; |
|
|
|
.version { |
|
|
|
|
|
|
|
position: absolute; |
|
|
|
color: #fff; |
|
|
|
color: #fff; |
|
|
|
opacity: .4; |
|
|
|
opacity: .4; |
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
@include transition(opacity .2s linear); |
|
|
|
@include transition(opacity .2s linear); |
|
|
|
|
|
|
|
|
|
|
|
&:hover { |
|
|
|
&:hover { |
|
|
|
opacity: 1; |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.icon { |
|
|
|
|
|
|
|
top: 15px; |
|
|
|
|
|
|
|
right: 0; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.version { |
|
|
|
|
|
|
|
top: 21px; |
|
|
|
|
|
|
|
left: 0; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
.docs-nav, |
|
|
|
.docs-nav, |
|
|
|
.docs-header-content { |
|
|
|
.docs-header-content { |
|
|
|