summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/cart.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-30 21:20:24 -0500
committerJules Laplace <jules@okfoc.us>2015-11-30 21:20:24 -0500
commit18925a6b8028f872323c03599b2cb1bf3e39f55d (patch)
treecb10c32ef46b517d8c88424360665282b5a5403c /StoneIsland/www/css/cart.css
parent6f8efbee0a9aac63e2644f4b0c435740fcce572b (diff)
parent3b45136a25d175cb9fb4881f671c281f70aed284 (diff)
Merge branch 'master' of github.com:okfocus/stone-island
Diffstat (limited to 'StoneIsland/www/css/cart.css')
-rw-r--r--StoneIsland/www/css/cart.css36
1 files changed, 36 insertions, 0 deletions
diff --git a/StoneIsland/www/css/cart.css b/StoneIsland/www/css/cart.css
index ad844701..52b2a4cb 100644
--- a/StoneIsland/www/css/cart.css
+++ b/StoneIsland/www/css/cart.css
@@ -128,6 +128,42 @@ padding-bottom:5px;
padding-left:5px;
}
+.cart_item_price .remove {
+display:block;
+width:20px;
+height:20px;
+border:1px solid #d2d2d2;
+float:right;
+margin-bottom:10px;
+position:relative;
+}
+
+.cart_item_price .remove:after {
+content:'';
+width:1px;
+height:22px;
+background:#bbb;
+position:absolute;
+top:50%;
+left:50%;
+z-index:3;
+transform-origin:top left;
+transform:rotate(45deg) translateX(-50%) translateY(-50%)
+}
+
+.cart_item_price .remove:before {
+content:'';
+width:1px;
+height:22px;
+background:#bbb;
+position:absolute;
+top:50%;
+left:50%;
+z-index:3;
+transform-origin:top left;
+transform:rotate(-45deg) translateX(-50%) translateY(-50%)
+}
+
.cart_item_price .price {
font-size:11px;
font-weight:bold;