Last active
August 29, 2015 14:06
-
-
Save krisrak/845eaf1de0cda6f185a5 to your computer and use it in GitHub Desktop.
shopsy-twotap-custom.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.header-container {background: rgb(82, 162, 135);padding-top:20px} | |
#scroller {padding: 100px 10px 20px 10px !important;} | |
/*.amber-container {padding-top:0;}*/ | |
#sidemenu_button_holder {display: none !important;} | |
.checkout-info .generic-info .new-link .img-holder .info-shipping-img {background: url(../images/shipping-info.png) left center no-repeat; width: 27px; height: 22px; background-size: 22px 18px;} | |
.checkout-info .generic-info .new-link .img-holder .info-payment-img {background: url(../images/credit-card.png) left center no-repeat; width: 27px; height: 22px; background-size: 22px 16px;} | |
.checkout-info .generic-info .new-link .img-holder .info-profile-img {background: url(../images/new-account.png) left center no-repeat; width: 27px; height: 22px; background-size: 22px 16px;} | |
.btn-blue {background: rgba(83,162,135,1) !important;} | |
.btn-holder-right {text-align: center;} | |
.back-img, .back-text {display: none;} | |
/*header .header-button .back-text {top: -2px;}*/ | |
.checkout-info .generic-info .new-link .img-holder {color: rgb(82, 162, 135);} | |
.waiting-box .waiting-title {color: rgb(82, 162, 135);} | |
.waiting-box .waiting-top .waiting-publisher-logo .waiting-publisher-img {display:none;} | |
.waiting-box .waiting-top .waiting-publisher-checkout {border-left: 0px solid #DBE1E3; | |
padding-left: 0} | |
.form-progress ul li.progress-entry.active .name {color: rgb(82, 162, 135);} | |
.form-progress ul li.progress-entry.active .index {background-color: rgb(82, 162, 135);} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment