diff options
Diffstat (limited to 'StoneIsland/www/css')
| -rw-r--r-- | StoneIsland/www/css/cart.css | 6 | ||||
| -rw-r--r-- | StoneIsland/www/css/products.css | 6 |
2 files changed, 11 insertions, 1 deletions
diff --git a/StoneIsland/www/css/cart.css b/StoneIsland/www/css/cart.css index aaeefd88..ad844701 100644 --- a/StoneIsland/www/css/cart.css +++ b/StoneIsland/www/css/cart.css @@ -85,6 +85,10 @@ border-right: 1px solid #bbb top:16px; } +#cart h3 { + padding-left: 5px; +} + .cart_item_row { display:table; position:relative; @@ -250,4 +254,4 @@ color:#000; #cart_shipping h3 { margin-left:5px; -}
\ No newline at end of file +} diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index 147e043f..c712eb22 100644 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -12,6 +12,9 @@ width: 49vw; height: 63vw; } +#collection.gray { + background: rgba(245,245,245,1.0); +} .product #product { display: block } #product { @@ -33,6 +36,9 @@ width: 100vw; height: 52vh; } +.gallery.gray { + background: rgba(245,245,245,1.0); +} .gallery .item { width: 100vw; |
