From 2aa5ce4e1e560253d7e2c8cf936b645c5fbfd500 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 9 Jun 2018 13:48:04 +0300 Subject: www: transparent header --- juick-www/src/main/assets/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'juick-www/src/main/assets/style.css') diff --git a/juick-www/src/main/assets/style.css b/juick-www/src/main/assets/style.css index 20b2a0b7..82d2a91e 100644 --- a/juick-www/src/main/assets/style.css +++ b/juick-www/src/main/assets/style.css @@ -96,8 +96,6 @@ html { color: #fff; } body > header { - box-shadow: 0 0 3px rgba(0, 0, 0, 0.28); - background: #fff; position: fixed; top: 0; width: 100%; @@ -121,6 +119,10 @@ body > header { flex-wrap: wrap; padding: 4px; } +.header--background { + box-shadow: 0 0 3px rgba(0, 0, 0, 0.28); + background: #fff; +} .header--hidden { transform: translateY(-100%); } -- cgit v1.2.3