summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/products.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-30 17:37:09 -0500
committerJules Laplace <jules@okfoc.us>2015-11-30 17:37:09 -0500
commit5b2ab20ebe971e673f9feb17b18b129eee41ee71 (patch)
tree8ad41b25f4b6036409f24148a63526f6c1dad849 /StoneIsland/www/css/products.css
parentb20e782c5cd061740d9d306ee5b13f5feb2c6a62 (diff)
parentc08fe881824b750c56c731e7717cdd567753820b (diff)
Merge branch 'master' of github.com:okfocus/stone-island
Diffstat (limited to 'StoneIsland/www/css/products.css')
-rw-r--r--StoneIsland/www/css/products.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css
index c712eb22..4633aa0c 100644
--- a/StoneIsland/www/css/products.css
+++ b/StoneIsland/www/css/products.css
@@ -63,7 +63,11 @@
}
#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;
@@ -173,7 +177,12 @@
letter-spacing:0.5px;
text-decoration:underline;
text-transform:uppercase;
- padding:12px 0 2px;
+ padding:12px 0 0;
+
+}
+
+.product .content .fit {
+
}
#product #gallery::before {
@@ -218,3 +227,11 @@
display:block;
}
+#product .content .body {
+ letter-spacing:0.35px;
+ font-size:12px;
+ box-sizing:border-box;
+ margin:0px auto 20px;
+ clear:both;
+ padding:13px 0;
+}