|
|
|
@ -23,24 +23,30 @@ body {
|
|
|
|
|
-webkit-text-size-adjust: 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.docs-header { |
|
|
|
|
.docs-header, |
|
|
|
|
.docs-sub-header { |
|
|
|
|
position: relative; |
|
|
|
|
height: 100vh; |
|
|
|
|
min-height: 620px; |
|
|
|
|
background-image: linear-gradient(45deg, #0a1855 0%, #da0024 100%); |
|
|
|
|
} |
|
|
|
|
.docs-header:before { |
|
|
|
|
position: fixed; |
|
|
|
|
.docs-header:before, |
|
|
|
|
.docs-sub-header:before { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
bottom: 0; |
|
|
|
|
right: 0; |
|
|
|
|
left: 0; |
|
|
|
|
background-image: url(../img/pattern.png); |
|
|
|
|
background-size: 30%; |
|
|
|
|
background-position: center center; |
|
|
|
|
opacity: .035; |
|
|
|
|
content: ''; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.docs-header { |
|
|
|
|
height: 100vh; |
|
|
|
|
min-height: 620px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.docs-title { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 20px; |
|
|
|
@ -132,6 +138,16 @@ body {
|
|
|
|
|
line-height: 34px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.docs-masthead { |
|
|
|
|
position: relative; |
|
|
|
|
} |
|
|
|
|
.docs-masthead .docs-title { |
|
|
|
|
left: 0; |
|
|
|
|
} |
|
|
|
|
.docs-masthead .docs-nav { |
|
|
|
|
right: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.carbonad { |
|
|
|
|
position: absolute !important; |
|
|
|
|
bottom: 90px !important; |
|
|
|
@ -186,9 +202,9 @@ body {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.docs-sub-content { |
|
|
|
|
padding-top: 50px; |
|
|
|
|
padding-top: 100px; |
|
|
|
|
padding-bottom: 100px; |
|
|
|
|
color: #fff; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
.docs-sub-content .page-title, |
|
|
|
|
.docs-sub-content .page-description { |
|
|
|
@ -204,9 +220,6 @@ body {
|
|
|
|
|
font-size: 24px; |
|
|
|
|
opacity: .7; |
|
|
|
|
} |
|
|
|
|
.docs-sub-content.with-padding { |
|
|
|
|
padding-bottom: 80px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.docs-section { |
|
|
|
|
padding-top: 80px; |
|
|
|
@ -353,6 +366,7 @@ body {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.platform-toggle { |
|
|
|
|
display: none; |
|
|
|
|
padding-top: 15px; |
|
|
|
|
padding-bottom: 90px; |
|
|
|
|
} |
|
|
|
|