diff -r d8a8c57f36c4 -r 83f5247f3c7a cms/app-client/app/styles/app.scss --- a/cms/app-client/app/styles/app.scss Tue Oct 18 14:42:01 2016 +0530 +++ b/cms/app-client/app/styles/app.scss Tue Oct 18 18:05:11 2016 +0530 @@ -80,7 +80,7 @@ .corpus-app-container { color: $dark-grey; box-sizing: border-box; - background-color: $medium-white; + background-color: $corpus-white; position: relative; } @@ -120,8 +120,8 @@ } .corpus-app-wrapper { - background-color: $medium-blue; - box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.8); + background-color: $corpus-light-grey; + border-left: 1px solid $corpus-black; position: relative; }