From 528dd08a2bce5417a115037aba3f6bd8c60e7ea2 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sat, 26 Jan 2019 18:47:00 +0100 Subject: [PATCH] suite --- app/assets/stylesheets/public.scss | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index cce9c5d..7e829e7 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -307,13 +307,24 @@ h2{ top:0; left:0; height:190px; - z-index:2; + z-index:3; } #menu_top{ position:absolute; - top:30px; - right:20px; + top:0px; + left:0; + right:0; + min-height:100px; + + background:black; + padding-right:20px; + padding-top:30px; + + + + background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.25) 30%,rgba(0,0,0,0) 100%); + z-index:2; color:white;