|
|
@ -1,5 +1,12 @@ |
|
|
|
@import "variables.scss"; |
|
|
|
@import "variables.scss"; |
|
|
|
@import "mixins.scss"; |
|
|
|
@import "mixins.scss"; |
|
|
|
|
|
|
|
// Devices |
|
|
|
|
|
|
|
.platform-ios { |
|
|
|
|
|
|
|
@import "theme-ios.scss"; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.platform-android { |
|
|
|
|
|
|
|
@import "theme-android.scss"; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// |
|
|
|
// |
|
|
|
// Documentation |
|
|
|
// Documentation |
|
|
@ -85,8 +92,7 @@ body { |
|
|
|
// -------------------------------------------------- |
|
|
|
// -------------------------------------------------- |
|
|
|
|
|
|
|
|
|
|
|
.docs-masthead { |
|
|
|
.docs-masthead { |
|
|
|
padding-top: 100px; |
|
|
|
padding-top: 60px; |
|
|
|
padding-bottom: 130px; |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
background-color: #1eb0e9; |
|
|
|
background-color: #1eb0e9; |
|
|
|
|
|
|
|
|
|
|
@ -153,28 +159,44 @@ body { |
|
|
|
// -------------------------------------------------- |
|
|
|
// -------------------------------------------------- |
|
|
|
|
|
|
|
|
|
|
|
.platform-toggle { |
|
|
|
.platform-toggle { |
|
|
|
z-index: 3; |
|
|
|
padding-top: 20px; |
|
|
|
border-bottom: 1px solid #ddd; |
|
|
|
padding-bottom: 70px; |
|
|
|
background-color: #fff; |
|
|
|
background-color: #1eb0e9; |
|
|
|
|
|
|
|
@include transition(padding-top .2s linear, padding-bottom .2s linear); |
|
|
|
|
|
|
|
|
|
|
|
&.fixed { |
|
|
|
&.fixed { |
|
|
|
position: fixed; |
|
|
|
position: fixed; |
|
|
|
top: 0; |
|
|
|
top: 0; |
|
|
|
|
|
|
|
bottom: auto; |
|
|
|
left: 0; |
|
|
|
left: 0; |
|
|
|
right: 0; |
|
|
|
right: 0; |
|
|
|
|
|
|
|
z-index: 3; |
|
|
|
|
|
|
|
padding-top: 8px; |
|
|
|
|
|
|
|
padding-bottom: 8px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.segmented-controller { |
|
|
|
.segmented-controller { |
|
|
|
max-width: 300px; |
|
|
|
max-width: 300px; |
|
|
|
margin: 8px auto; |
|
|
|
margin: 0 auto; |
|
|
|
border-color: #ccc; |
|
|
|
border-color: #fff; |
|
|
|
|
|
|
|
background-color: #1eb0e9; |
|
|
|
|
|
|
|
|
|
|
|
li { |
|
|
|
li { |
|
|
|
cursor: pointer; |
|
|
|
cursor: pointer; |
|
|
|
border-color: #ccc; |
|
|
|
border-color: #fff; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a { |
|
|
|
|
|
|
|
color: #fff; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
&:active { |
|
|
|
|
|
|
|
background-color: rgba(255,255,255,.3); |
|
|
|
|
|
|
|
} |
|
|
|
&.selected { |
|
|
|
&.selected { |
|
|
|
background-color: #ccc; |
|
|
|
background-color: #fff; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a { |
|
|
|
|
|
|
|
color: #1eb0e9; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -316,7 +338,7 @@ hr { |
|
|
|
top: 117px; |
|
|
|
top: 117px; |
|
|
|
left: 37px; |
|
|
|
left: 37px; |
|
|
|
width: 320px; |
|
|
|
width: 320px; |
|
|
|
height: 568px; |
|
|
|
height: 569px; |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
font-size: $font-size-default; |
|
|
|
font-size: $font-size-default; |
|
|
|
line-height: $line-height-default; |
|
|
|
line-height: $line-height-default; |
|
|
@ -517,13 +539,3 @@ hr { |
|
|
|
opacity: 1; |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Devices |
|
|
|
|
|
|
|
// -------------------------------------------------- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.platform-ios { |
|
|
|
|
|
|
|
@import "theme-ios.scss"; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.platform-android { |
|
|
|
|
|
|
|
@import "theme-android.scss"; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|