diff options
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 |
