summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-01-21 02:52:58 +0100
committerJules Laplace <jules@okfoc.us>2016-01-21 02:52:58 +0100
commitca3ae3a43bb47cb2b97b6878ea28d9eef0db25ca (patch)
tree25fa739cd34bd3f9eb47287bf39624011ae879d3 /StoneIsland/platforms/ios/www/css
parent33bb292fa3a37c1398559771e5a682d8d84c56d3 (diff)
scroll to field, archive fix, hide not available
Diffstat (limited to 'StoneIsland/platforms/ios/www/css')
-rwxr-xr-xStoneIsland/platforms/ios/www/css/blogs.css4
-rwxr-xr-xStoneIsland/platforms/ios/www/css/cart.css2
-rwxr-xr-xStoneIsland/platforms/ios/www/css/products.css9
3 files changed, 11 insertions, 4 deletions
diff --git a/StoneIsland/platforms/ios/www/css/blogs.css b/StoneIsland/platforms/ios/www/css/blogs.css
index ca5b4c7f..c6ec7b25 100755
--- a/StoneIsland/platforms/ios/www/css/blogs.css
+++ b/StoneIsland/platforms/ios/www/css/blogs.css
@@ -129,6 +129,7 @@ animation: mfadein 0.6s;
z-index:2;
position:absolute;
display:block;
+ animation: gallery-fade 4s forwards;
}
.gallery-right {
border:1px solid black;
@@ -149,9 +150,6 @@ animation: mfadein 0.6s;
z-index:2;
position:absolute;
display:block;
-}
-.product .gallery-left,
-.product .gallery-right {
animation: gallery-fade 4s forwards;
}
diff --git a/StoneIsland/platforms/ios/www/css/cart.css b/StoneIsland/platforms/ios/www/css/cart.css
index 5c910eb4..58e712b0 100755
--- a/StoneIsland/platforms/ios/www/css/cart.css
+++ b/StoneIsland/platforms/ios/www/css/cart.css
@@ -358,5 +358,5 @@ color:#000;
}
#cart .scroll, #payment .scroll, #shipping .scroll, #signup .scroll {
- min-height:calc(100% + 100px)
+ min-height:calc(100% + 250px)
} \ No newline at end of file
diff --git a/StoneIsland/platforms/ios/www/css/products.css b/StoneIsland/platforms/ios/www/css/products.css
index b37b6bbd..52fe05ee 100755
--- a/StoneIsland/platforms/ios/www/css/products.css
+++ b/StoneIsland/platforms/ios/www/css/products.css
@@ -16,6 +16,15 @@
background: rgba(245,245,245,1.0);
}
+#collection .single .item {
+ max-width: 98vw;
+}
+#collection .single .item img {
+ width: 98vw;
+ height: 126vw;
+}
+
+
.product #product { display: block }
#product {
display: none;