From 45afd6c34b7d5ca27e9264e530e42d04a5e36051 Mon Sep 17 00:00:00 2001 From: Neha Gupta Date: Tue, 15 Jan 2019 14:23:20 -0800 Subject: [PATCH] UI changes to page header --- ServerlessLibraryUI/src/App.vue | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/ServerlessLibraryUI/src/App.vue b/ServerlessLibraryUI/src/App.vue index 7a5d2af..7d149bb 100644 --- a/ServerlessLibraryUI/src/App.vue +++ b/ServerlessLibraryUI/src/App.vue @@ -37,7 +37,7 @@ - +

Azure serverless community library

@@ -178,15 +178,14 @@ } .shadow{ - -webkit-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.16); - -moz-box-shadow:0px 1px 1px rgba(0, 0, 0, 0.16); box-shadow:0px 1px 1px rgba(0, 0, 0, 0.16); - background: #EDEDED; - z-index: 200; - width: 100%; + padding-bottom: 5px; } .shadow-fixed{ @extend .shadow; + background: #EDEDED; + z-index: 200; + width: 100%; position: fixed; top :0px } @@ -227,7 +226,6 @@ margin-left: auto; margin-right: auto; max-width: 1050px; - padding-bottom: 5px; } .herobar{ @@ -239,7 +237,6 @@ } .header{ text-align: center; - padding-bottom:10px; max-width: 1250px; } .searchbar{