From 0f11af130f866622f5bd1c96cf71b704e113e360 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 19 Nov 2015 21:06:26 -0500 Subject: basic closed store view styling --- StoneIsland/www/css/products.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'StoneIsland/www/css/products.css') diff --git a/StoneIsland/www/css/products.css b/StoneIsland/www/css/products.css index 2553cd9b..4dace6ea 100644 --- a/StoneIsland/www/css/products.css +++ b/StoneIsland/www/css/products.css @@ -46,3 +46,21 @@ #search { display: none; } + +.closed #closed { display: block } +#closed { + display: none; + background-size: cover; + background-position: center; + background-repeat: no-repeat; + transition: background 0.5s ease-in; +} +#closed .closed_store_msg { + position: absolute; + bottom: 20vh; + background: rgba(255,255,255,0.9); + padding-top: 20px; + padding-bottom: 10px; + text-align: center; + width: 100%; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2