|
|
|
@ -667,10 +667,35 @@ body {
|
|
|
|
|
padding-bottom: 50px; |
|
|
|
|
} |
|
|
|
|
.docs-header-content .button { |
|
|
|
|
padding: 15px 30px; |
|
|
|
|
font-size: 18px; |
|
|
|
|
color: #00d1fe; |
|
|
|
|
border-color: #00d1fe; |
|
|
|
|
-webkit-transition: all 0.2s linear; |
|
|
|
|
transition: all 0.2s linear; |
|
|
|
|
} |
|
|
|
|
.docs-header-content .button:hover { |
|
|
|
|
color: #63e3ff; |
|
|
|
|
border-color: #63e3ff; |
|
|
|
|
} |
|
|
|
|
.docs-header-content .button:active { |
|
|
|
|
opacity: .5; |
|
|
|
|
background-color: transparent; |
|
|
|
|
} |
|
|
|
|
.docs-header-content .button-primary { |
|
|
|
|
margin-left: 10px; |
|
|
|
|
color: #fff; |
|
|
|
|
border-color: #00d1fe; |
|
|
|
|
background-color: #00d1fe; |
|
|
|
|
} |
|
|
|
|
.docs-header-content .button-primary:hover { |
|
|
|
|
color: #fff; |
|
|
|
|
border-color: #63e3ff; |
|
|
|
|
background-color: #63e3ff; |
|
|
|
|
} |
|
|
|
|
.docs-header-content .button-primary:active { |
|
|
|
|
background-color: #63e3ff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.docs-title, |
|
|
|
|
.docs-subtitle { |
|
|
|
@ -943,11 +968,6 @@ hr {
|
|
|
|
|
padding-top: 100px; |
|
|
|
|
padding-bottom: 130px; |
|
|
|
|
} |
|
|
|
|
.docs-header-content .button { |
|
|
|
|
max-width: 300px; |
|
|
|
|
margin-right: auto; |
|
|
|
|
margin-left: auto; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.docs-subtitle { |
|
|
|
|
margin-bottom: 30px; |
|
|
|
|