Newer
Older
/** mini basket
===================================== */
.quiqqer-order-basket-small-container {

Michael Danielczok
committed
background: #ffffff;
border: 1px solid #ddd;
box-shadow: 0 7px 22px -5px rgba(48, 60, 72, 0.2);
max-height: calc(100vh - 130px); /* header height + top bar height */

Michael Danielczok
committed
width: 350px;
top: calc(var(--_qui-cologne-header-height, 100px) - 1px) !important; /* -1 because of border width */

Michael Danielczok
committed
}
.quiqqer-order-basket-small-container > .qui-control {
display: flex;
flex-direction: column;
height: 100%;
}

Michael Danielczok
committed
body.header-fixed .quiqqer-order-basket-small-container {
max-height: calc(100vh - 80px); /* only header height */
min-height: 0;
overflow-y: auto;
padding: 15px;
}
.quiqqer-order-basket-small-articles-article {
align-items: flex-start;

Michael Danielczok
committed
border-bottom: 1px dashed #ddd;
display: flex;
margin-bottom: 15px;
padding-bottom: 15px;
position: relative;
}
.quiqqer-order-basket-small-articles-article-image {
height: 60px;

Michael Danielczok
committed
margin-right: 15px;

Michael Danielczok
committed
width: 60px;
}
.quiqqer-order-basket-small-articles-article-image img {
max-height: 60px;

Michael Danielczok
committed
max-width: 60px;
}
.quiqqer-order-basket-small-articles-article-content {
width: 100%
}

Michael Danielczok
committed
.quiqqer-order-basket-small-articles-article-content-header {
font-size: 1.1em;
font-weight: 500;
line-height: 100%;

Michael Danielczok
committed
margin: 0;
.quiqqer-order-basket-small-articles-article-content-header-url {
color: inherit;
}
.quiqqer-order-basket-small-articles-article-price-wrapper {

Michael Danielczok
committed
color: #999;
margin-top: 6px;
}
.quiqqer-order-basket-small-articles-article-price-sum {
float: right;
}
.quiqqer-order-basket-small-articles-article-content .fa {

Michael Danielczok
committed
color: #ababab;
cursor: pointer;
float: right;
margin-left: 10px;
transition: color 0.15s ease-in-out;
}
.quiqqer-order-basket-small-articles-article-content .fa:hover {

Michael Danielczok
committed
color: #f14428;
}
/* basket summary */
.quiqqer-order-basket-small-total {
}
.quiqqer-order-basket-small-total td {

Michael Danielczok
committed
padding-top: 4px;
}
.quiqqer-order-basket-small-total td:first-child {
color: #999;
}
.quiqqer-order-basket-small-total-sum td:first-child {
color: inherit;
}
.quiqqer-order-basket-small-total td:nth-child(2n) {
text-align: right;
}
.quiqqer-order-basket-small-total-sum td {
border-top: 1px dashed #ddd;
font-weight: 500;
}
.quiqqer-order-basket-small-buttons {

Michael Danielczok
committed
text-align: right;
.quiqqer-order-basket-small-buttons .open-shopping-cart {
margin-right: 1rem;
}
/*********************/
/* payments - paypal */
/*********************/
.quiqqer-order-basket-small-container .quiqqer-payment-paypal-express {
text-align: right;