ecommerce
Version:
Easily create Ecommerce sites powered by Hanzo.
105 lines (84 loc) • 1.73 kB
CSS
.footer {
border-top: 1px solid #E7E7E7;
padding-top: 20px;
background-color: #F8F8F8;
}
.press img {
width: calc(99.99% * 1/5 - (30px - 30px * 1/5));
}
.about p {
font-size: 2em;
}
.footer i {
padding-left: 10px;
font-size: 1.5em;
}
/* ----- Sidecart Modal ----- */
.modal.right .modal-dialog {
position: fixed;
margin: auto;
width: 320px;
-webkit-transform: translate3d(0%, 0, 0);
-ms-transform: translate3d(0%, 0, 0);
-o-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
height: 100%;
overflow-y: auto;
}
.modal.right .modal-body {
padding: 15px 15px 80px;
}
/*Right*/
.modal.right .modal-dialog {
-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
-o-transition: opacity 0.3s linear, right 0.3s ease-out;
transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal {
right: 0px ;
display: inline-block;
}
/* ----- MODAL STYLE ----- */
.modal-content {
border-radius: 0;
border: none;
}
/* ----- Checkout ----- */
.info {
border-radius: 5px;
margin-bottom: 5px;
}
.co {
margin-bottom: 20px;
border-bottom: 1px solid #E7E7E7;
}
.head {
padding-bottom: 10px;
}
input {
margin-bottom: 5px;
margin-left: 2%;
width: 96%;
}
h2 {
margin-left: 20px;
}
.loading {
display: none;
}
/* ---- 'Required' Error msg ----- */
.text-danger {
font-weight: bold;
padding-left: 20px;
}
/* ----- OVERRIDE SELECTIZE Z-INDEX (quantity dropdown in sidecart) ----- */
.selectize-dropdown {
z-index: 2000;
}
/* ----- Make thank you message text larger. ----- */
.thanks {
font-size: 2.5rem;
}