diff options
Diffstat (limited to 'StoneIsland/platforms/ios/www/css')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/css/blogs.css | 4 | ||||
| -rwxr-xr-x | StoneIsland/platforms/ios/www/css/cart.css | 2 | ||||
| -rwxr-xr-x | StoneIsland/platforms/ios/www/css/products.css | 9 |
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; |
