diff options
Diffstat (limited to 'StoneIsland/platforms/android/assets/www/css')
| -rwxr-xr-x | StoneIsland/platforms/android/assets/www/css/nav.css | 5 | ||||
| -rwxr-xr-x | StoneIsland/platforms/android/assets/www/css/products.css | 24 |
2 files changed, 23 insertions, 6 deletions
diff --git a/StoneIsland/platforms/android/assets/www/css/nav.css b/StoneIsland/platforms/android/assets/www/css/nav.css index 9445f5cb..28385680 100755 --- a/StoneIsland/platforms/android/assets/www/css/nav.css +++ b/StoneIsland/platforms/android/assets/www/css/nav.css @@ -17,11 +17,6 @@ -webkit-transform: translateZ(0) translateX(0px); -webkit-transition: -webkit-transform 0.1s; } -.ios #nav, -.ios #content { - top: 20px; - height: -webkit-calc(100% - 20px); -} .nav #nav { -webkit-transform: translateZ(0) translateX(0); } diff --git a/StoneIsland/platforms/android/assets/www/css/products.css b/StoneIsland/platforms/android/assets/www/css/products.css index bdfed42a..c4599866 100755 --- a/StoneIsland/platforms/android/assets/www/css/products.css +++ b/StoneIsland/platforms/android/assets/www/css/products.css @@ -24,6 +24,11 @@ height: 126vw; } +#collection .item .product-title { + padding-bottom: 18px; + display: inline-block; +} + .product #product { display: block } #product { display: none; @@ -104,6 +109,20 @@ position:relative; font-weight:bold; } +.product .product-header.wide { + max-width:100%; +} + +.product-group { + margin-top: 28px; + margin-bottom: 18px; + font-weight: bold; + text-align: center; + font-size: 17px; +} +.product-group:first-child { + margin-top: 0; +} #product::before { content:''; @@ -224,6 +243,9 @@ padding-bottom:45px; #collection h1 { background-color: white; +} + +#collection h1.single-dept { background-image: url(../img/angle-down.png); background-size: contain; background-position: top right; @@ -231,6 +253,6 @@ padding-bottom:45px; } #selector { -z-index:9 + z-index:9 } |
