From 3bca1f20702732ae6a427cbfa42c8fa0fe151f73 Mon Sep 17 00:00:00 2001 From: summerscope Date: Wed, 6 May 2015 11:32:47 +1000 Subject: [PATCH] Tweaks to homepage styling --- app/assets/stylesheets/darkswarm/home.css.sass | 8 ++++---- app/assets/stylesheets/darkswarm/home_tagline.css.sass | 4 ---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/home.css.sass b/app/assets/stylesheets/darkswarm/home.css.sass index 0a4d9c1b5b..d0a12f1bd5 100644 --- a/app/assets/stylesheets/darkswarm/home.css.sass +++ b/app/assets/stylesheets/darkswarm/home.css.sass @@ -4,8 +4,8 @@ .home-alert .alert-box - border: 1px solid rgba($dark-grey, 0.35) - background-color: $ofn-grey + border: 1px solid rgba($dark-grey, 0.85) + background-color: white background-image: url("/assets/tile-wide.png") background-position: center center padding: 12px 0 8px 0 @@ -13,8 +13,8 @@ a.alert-cta &, & * @include csstrans - color: #333 + color: rgba($dark-grey, 0.75) &:hover, &:active, &:focus &, & * text-decoration: none - color: white \ No newline at end of file + color: rgba($dark-grey, 1.0) \ No newline at end of file diff --git a/app/assets/stylesheets/darkswarm/home_tagline.css.sass b/app/assets/stylesheets/darkswarm/home_tagline.css.sass index a66cb756c8..f531e21703 100644 --- a/app/assets/stylesheets/darkswarm/home_tagline.css.sass +++ b/app/assets/stylesheets/darkswarm/home_tagline.css.sass @@ -4,11 +4,7 @@ // Styling for brand intro / tagline on homepage #tagline - // TODO: Rohan, review box shadow for page load on staging server, remove if not performant width: 100% - -webkit-box-shadow: inset 0 0 150px 0 rgba(0,0,0,0.75) - -moz-box-shadow: inset 0 0 150px 0 rgba(0,0,0,0.75) - box-shadow: inset 0 0 150px 0 rgba(0,0,0,0.75) height: 300px @media all and (min-width: 768px) height: 500px