|
|
|
@ -347,6 +347,7 @@ strong {
|
|
|
|
|
bottom: 0; |
|
|
|
|
height: 50px; |
|
|
|
|
padding: 0; |
|
|
|
|
border-top: 1px solid #dddddd; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tab-inner { |
|
|
|
@ -369,7 +370,7 @@ strong {
|
|
|
|
|
} |
|
|
|
|
.tab-item .tab-label, |
|
|
|
|
.tab-item .icon { |
|
|
|
|
color: white; |
|
|
|
|
color: #929292; |
|
|
|
|
} |
|
|
|
|
.tab-item .tab-label { |
|
|
|
|
margin-top: -2px; |
|
|
|
@ -530,8 +531,8 @@ input[type="tel"],
|
|
|
|
|
input[type="color"], |
|
|
|
|
.input-group { |
|
|
|
|
width: 100%; |
|
|
|
|
height: 40px; |
|
|
|
|
padding: 10px 15px; |
|
|
|
|
height: 35px; |
|
|
|
|
padding: 0 10px; |
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
line-height: 21px; |
|
|
|
|
background-color: #fff; |
|
|
|
@ -542,7 +543,6 @@ input[type="color"],
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
input[type=search] { |
|
|
|
|
height: 34px; |
|
|
|
|
padding: 0 10px; |
|
|
|
|
font-size: 16px; |
|
|
|
|
border-radius: 20px; |
|
|
|
@ -634,7 +634,7 @@ select {
|
|
|
|
|
cursor: pointer; |
|
|
|
|
background-color: white; |
|
|
|
|
border: 1px solid #dddddd; |
|
|
|
|
border-radius: 6px; |
|
|
|
|
border-radius: 4px; |
|
|
|
|
} |
|
|
|
|
[class*="button"].button-filled { |
|
|
|
|
background-color: white; |
|
|
|
@ -702,8 +702,6 @@ select {
|
|
|
|
|
color: #428bca; |
|
|
|
|
background-color: transparent; |
|
|
|
|
border: 0; |
|
|
|
|
-webkit-transition: opacity 0.2s linear; |
|
|
|
|
transition: opacity 0.2s linear; |
|
|
|
|
-webkit-box-flex: 0; |
|
|
|
|
box-flex: 0; |
|
|
|
|
} |
|
|
|
@ -947,13 +945,11 @@ input[type="button"] {
|
|
|
|
|
width: 280px; |
|
|
|
|
margin-left: -140px; |
|
|
|
|
background-color: white; |
|
|
|
|
border-radius: 12px; |
|
|
|
|
border-radius: 6px; |
|
|
|
|
opacity: 0; |
|
|
|
|
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); |
|
|
|
|
-webkit-transform: translate3d(0, -15px, 0); |
|
|
|
|
transform: translate3d(0, -15px, 0); |
|
|
|
|
-webkit-transition: -webkit-transform 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out; |
|
|
|
|
transition: -webkit-transform 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.2s ease-in-out; |
|
|
|
|
} |
|
|
|
|
.popover:after { |
|
|
|
|
position: absolute; |
|
|
|
@ -1045,8 +1041,6 @@ input[type="button"] {
|
|
|
|
|
transform: translate3d(0, 100%, 0); |
|
|
|
|
-webkit-transition: -webkit-transform 0.25s, opacity 0.25s; |
|
|
|
|
transition: -webkit-transform 0.25s, opacity 0.25s; |
|
|
|
|
-webkit-transition-timing-function: cubic-bezier(0.1, 0.5, 0.1, 1); |
|
|
|
|
transition-timing-function: cubic-bezier(0.1, 0.5, 0.1, 1); |
|
|
|
|
} |
|
|
|
|
.modal.active { |
|
|
|
|
opacity: 1; |
|
|
|
@ -1055,8 +1049,6 @@ input[type="button"] {
|
|
|
|
|
transform: translate3d(0, 0, 0); |
|
|
|
|
-webkit-transition: -webkit-transform 0.25s; |
|
|
|
|
transition: -webkit-transform 0.25s; |
|
|
|
|
-webkit-transition-timing-function: cubic-bezier(0.1, 0.5, 0.1, 1); |
|
|
|
|
transition-timing-function: cubic-bezier(0.1, 0.5, 0.1, 1); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.slider, |
|
|
|
@ -1092,12 +1084,10 @@ input[type="button"] {
|
|
|
|
|
width: 47px; |
|
|
|
|
height: 30px; |
|
|
|
|
background-color: #fff; |
|
|
|
|
border: 2px solid #e6e6e6; |
|
|
|
|
border: 2px solid #ddd; |
|
|
|
|
border-radius: 20px; |
|
|
|
|
-webkit-box-shadow: inset 0 0 0 0 #e1e1e1; |
|
|
|
|
box-shadow: inset 0 0 0 0 #e1e1e1; |
|
|
|
|
-webkit-transition-property: box-shadow, border; |
|
|
|
|
transition-property: box-shadow, border; |
|
|
|
|
-webkit-transition-property: background-color, border; |
|
|
|
|
transition-property: background-color, border; |
|
|
|
|
-webkit-transition-duration: 0.2s; |
|
|
|
|
transition-duration: 0.2s; |
|
|
|
|
} |
|
|
|
@ -1109,39 +1099,26 @@ input[type="button"] {
|
|
|
|
|
width: 28px; |
|
|
|
|
height: 28px; |
|
|
|
|
background-color: #fff; |
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2); |
|
|
|
|
border: 1px solid #ddd; |
|
|
|
|
border-radius: 100px; |
|
|
|
|
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08); |
|
|
|
|
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08); |
|
|
|
|
-webkit-transition-property: -webkit-transform, border, width; |
|
|
|
|
transition-property: -webkit-transform, border, width; |
|
|
|
|
-webkit-transition-duration: 0.2s; |
|
|
|
|
transition-duration: 0.2s; |
|
|
|
|
} |
|
|
|
|
.toggle:active .toggle-handle { |
|
|
|
|
width: 35px; |
|
|
|
|
} |
|
|
|
|
.toggle.active { |
|
|
|
|
border: 2px solid #5cb85c; |
|
|
|
|
-webkit-box-shadow: inset 0 0 0 13px #5cb85c; |
|
|
|
|
box-shadow: inset 0 0 0 13px #5cb85c; |
|
|
|
|
background-color: #5cb85c; |
|
|
|
|
} |
|
|
|
|
.toggle.active .toggle-handle { |
|
|
|
|
border-color: #5cb85c; |
|
|
|
|
-webkit-transform: translate3d(17px, 0, 0); |
|
|
|
|
transform: translate3d(17px, 0, 0); |
|
|
|
|
} |
|
|
|
|
.toggle.active:active .toggle-handle, |
|
|
|
|
.toggle.active .toggle-handle:active { |
|
|
|
|
-webkit-transform: translate3d(10px, 0, 0) !important; |
|
|
|
|
transform: translate3d(10px, 0, 0) !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.content.fade { |
|
|
|
|
left: 0; |
|
|
|
|
opacity: 0; |
|
|
|
|
-webkit-transition: opacity 0.2s ease-in-out; |
|
|
|
|
transition: opacity 0.2s ease-in-out; |
|
|
|
|
} |
|
|
|
|
.content.fade.in { |
|
|
|
|
opacity: 1; |
|
|
|
@ -1152,23 +1129,11 @@ input[type="button"] {
|
|
|
|
|
transition: -webkit-transform 0.4s; |
|
|
|
|
-webkit-transform: translate3d(0, 0, 0); |
|
|
|
|
transform: translate3d(0, 0, 0); |
|
|
|
|
-webkit-transition-timing-function: cubic-bezier(0.1, 0.5, 0.1, 1); |
|
|
|
|
transition-timing-function: cubic-bezier(0.1, 0.5, 0.1, 1); |
|
|
|
|
} |
|
|
|
|
.content.slide.sliding-in, .content.slide.right:not([class*="sliding-in"]) { |
|
|
|
|
-webkit-animation-name: fadeOverlay; |
|
|
|
|
animation-name: fadeOverlay; |
|
|
|
|
-webkit-animation-duration: 0.4s; |
|
|
|
|
animation-duration: 0.4s; |
|
|
|
|
} |
|
|
|
|
.content.slide.right:not([class*="sliding-in"]) { |
|
|
|
|
-webkit-animation-direction: reverse; |
|
|
|
|
animation-direction: reverse; |
|
|
|
|
} |
|
|
|
|
.content.slide.left { |
|
|
|
|
z-index: 1; |
|
|
|
|
-webkit-transform: translate3d(-20%, 0, 0); |
|
|
|
|
transform: translate3d(-20%, 0, 0); |
|
|
|
|
-webkit-transform: translate3d(100%, 0, 0); |
|
|
|
|
transform: translate3d(100%, 0, 0); |
|
|
|
|
} |
|
|
|
|
.content.slide.right { |
|
|
|
|
z-index: 3; |
|
|
|
@ -1176,18 +1141,6 @@ input[type="button"] {
|
|
|
|
|
transform: translate3d(100%, 0, 0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@-webkit-keyframes fadeOverlay { |
|
|
|
|
from { |
|
|
|
|
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0), -320px 0 0 rgba(0, 0, 0, 0); |
|
|
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0), -320px 0 0 rgba(0, 0, 0, 0); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
to { |
|
|
|
|
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), -320px 0 0 rgba(0, 0, 0, 0.1); |
|
|
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), -320px 0 0 rgba(0, 0, 0, 0.1); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@font-face { |
|
|
|
|
font-family: "Ratchicons"; |
|
|
|
|
src: url("ratchicons/ratchicons.eot"); |
|
|
|
|