cart widget. #12038

This commit is contained in:
James Koster 2016-11-28 14:49:18 +00:00
parent caf9d27ca9
commit 7888e7b2ca
2 changed files with 69 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -239,6 +239,37 @@ ul.products {
letter-spacing: 0.15em;
}
a.remove {
display: inline-block;
width: 1em;
height: 1em;
line-height: 1;
text-align: center;
border-radius: 100%;
box-sizing: content-box;
box-shadow: none !important;
-webkit-box-shadow: none !important;
border: 1px solid #000;
&:hover {
background: #000;
color: #fff !important;
}
}
dl.variation {
dt {
float: left;
clear: both;
margin-right: .25em;
display: inline-block;
}
dd {
margin: 0;
}
}
/**
* Single product
*/
@ -453,6 +484,43 @@ table.variations {
}
}
/**
* Widgets
*/
.widget .product_list_widget {
margin-bottom: 1.5em;
a {
display: block;
box-shadow: none;
&:hover {
box-shadow: none;
}
}
li {
padding: 1.5em 0;
a.remove {
float: right;
}
}
img {
display: none;
}
}
.widget_shopping_cart {
.buttons {
a {
display: inline-block;
margin: 0 .5em 0 0;
}
}
}
/**
* Layout stuff
*/