summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/products.css
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-11-30 19:24:18 -0600
committerRene Ae <aehtyb@gmail.com>2015-11-30 19:24:18 -0600
commit3b45136a25d175cb9fb4881f671c281f70aed284 (patch)
tree309e926a6ac2abf8d8639aa80eb39ce4ae0ef6d8 /StoneIsland/www/css/products.css
parent99abed397b0c046143d7d6ba7bd0b61eac829e25 (diff)
remove from cart
Diffstat (limited to 'StoneIsland/www/css/products.css')
-rw-r--r--StoneIsland/www/css/products.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css
index 4633aa0c..78d02811 100644
--- a/StoneIsland/www/css/products.css
+++ b/StoneIsland/www/css/products.css
@@ -63,11 +63,7 @@
}
#closed .closed_store_msg {
position: absolute;
- top:50%;
- transform:translateY(-50%);
- /*
bottom: 20vh;
- */
background: rgba(255,255,255,0.9);
padding-top: 20px;
padding-bottom: 10px;
@@ -235,3 +231,7 @@
clear:both;
padding:13px 0;
}
+
+#collection h1 {
+background:white
+}