diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-19 21:06:26 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-19 21:06:26 -0500 |
| commit | 0f11af130f866622f5bd1c96cf71b704e113e360 (patch) | |
| tree | 021060be8fd55e77d47d3d6f9a10147a8cda566e /StoneIsland/www/css/products.css | |
| parent | ef5b4aaca99b811d0399f40d4ca79c642cf6bf31 (diff) | |
basic closed store view styling
Diffstat (limited to 'StoneIsland/www/css/products.css')
| -rw-r--r-- | StoneIsland/www/css/products.css | 18 |
1 files changed, 18 insertions, 0 deletions
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 |
