|
|
|
@ -92,7 +92,8 @@ body {
|
|
|
|
|
} |
|
|
|
|
.docs-header .carbonad { |
|
|
|
|
left: 50% !important; |
|
|
|
|
margin-left: -165px !important; |
|
|
|
|
width: 300px !important; |
|
|
|
|
margin-left: -150px !important; |
|
|
|
|
margin-bottom: 60px !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -106,11 +107,6 @@ body {
|
|
|
|
|
transform: translateY(-50%) !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
@media screen and (min-width: 1200px) { |
|
|
|
|
.docs-sub-header .carbonad { |
|
|
|
|
right: 30px !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.docs-masthead { |
|
|
|
|
position: relative; |
|
|
|
|
padding-top: 15px; |
|
|
|
@ -296,7 +292,7 @@ body {
|
|
|
|
|
} |
|
|
|
|
.docs-header-content .btn { |
|
|
|
|
display: block; |
|
|
|
|
padding: 15px 90px 16px; |
|
|
|
|
padding: 15px 75px 16px; |
|
|
|
|
font-size: 18px; |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
color: #0a1855; |
|
|
|
@ -365,7 +361,7 @@ body {
|
|
|
|
|
height: auto !important; |
|
|
|
|
margin-left: 145px !important; |
|
|
|
|
color: rgba(255, 255, 255, 0.65) !important; |
|
|
|
|
font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important; |
|
|
|
|
font-family: "Open Sans", sans-serif !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.carbonad-text { |
|
|
|
@ -387,7 +383,7 @@ body {
|
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px) { |
|
|
|
|
.carbonad { |
|
|
|
|
width: 330px !important; |
|
|
|
|
width: 360px !important; |
|
|
|
|
border-right: 1px solid rgba(255, 255, 255, 0.1) !important; |
|
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; |
|
|
|
|
border-left: 1px solid rgba(255, 255, 255, 0.1) !important; |
|
|
|
@ -559,21 +555,13 @@ body {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.docs-examples { |
|
|
|
|
margin-top: 50px; |
|
|
|
|
margin-bottom: 50px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.docs-example-group { |
|
|
|
|
margin-top: 30px; |
|
|
|
|
} |
|
|
|
|
.docs-example-group .example-wrap { |
|
|
|
|
display: inline-block; |
|
|
|
|
margin-right: 10px; |
|
|
|
|
} |
|
|
|
|
.docs-example-group .example-wrap:last-child { |
|
|
|
|
margin-right: 10px; |
|
|
|
|
|
|
|
|
|
.example-wrap { |
|
|
|
|
margin-bottom: 30px; |
|
|
|
|
} |
|
|
|
|
.docs-example-group .example-wrap .example { |
|
|
|
|
.example-wrap .example { |
|
|
|
|
display: block; |
|
|
|
|
overflow: hidden; |
|
|
|
|
padding: 3px; |
|
|
|
@ -581,28 +569,15 @@ body {
|
|
|
|
|
border: 1px solid #dddddd; |
|
|
|
|
border-radius: 3px; |
|
|
|
|
} |
|
|
|
|
.docs-example-group .example-wrap h5 { |
|
|
|
|
.example-wrap .example-title { |
|
|
|
|
margin-top: 10px; |
|
|
|
|
} |
|
|
|
|
.docs-example-group .example-wrap img { |
|
|
|
|
.example-wrap img { |
|
|
|
|
display: block; |
|
|
|
|
width: 100%; |
|
|
|
|
height: auto; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 768px) { |
|
|
|
|
.docs-example-group .example-wrap { |
|
|
|
|
display: inline-block; |
|
|
|
|
} |
|
|
|
|
.docs-example-group .example-wrap .example { |
|
|
|
|
width: 180px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
@media screen and (min-width: 1200px) { |
|
|
|
|
.docs-example-group .example-wrap .example { |
|
|
|
|
width: 220px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
code { |
|
|
|
|
padding: 2px 4px; |
|
|
|
|
font-size: 90%; |
|
|
|
@ -974,16 +949,6 @@ hr {
|
|
|
|
|
max-width: 940px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.column { |
|
|
|
|
padding-left: 20px; |
|
|
|
|
padding-right: 20px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.column .column-group { |
|
|
|
|
margin-left: -20px; |
|
|
|
|
margin-right: -20px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.units-1 { |
|
|
|
|
width: 50%; |
|
|
|
|
} |
|
|
|
@ -1088,16 +1053,6 @@ hr {
|
|
|
|
|
.container { |
|
|
|
|
max-width: 1170px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.column { |
|
|
|
|
padding-left: 30px; |
|
|
|
|
padding-right: 30px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.column .column-group { |
|
|
|
|
margin-left: -30px; |
|
|
|
|
margin-right: -30px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.platform-ios { |
|
|
|
|
@-webkit-keyframes fadeOverlay { |
|
|
|
|