From b0f15aef104dbf62532330231c4ce8e3004d9d5e Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 31 Jul 2014 15:38:12 +1000 Subject: [PATCH] Popovers finish styling for various use cases --- .../darkswarm/_shop-popovers.css.sass | 38 +++++++++++++++---- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/_shop-popovers.css.sass b/app/assets/stylesheets/darkswarm/_shop-popovers.css.sass index 4eb562cb56..4485819324 100644 --- a/app/assets/stylesheets/darkswarm/_shop-popovers.css.sass +++ b/app/assets/stylesheets/darkswarm/_shop-popovers.css.sass @@ -8,17 +8,23 @@ // Foundation overrides .joyride-tip-guide // JS needs to be tweaked to adjust for left alignment - this is dynamic can't rewrite in CSS - background-color: #d1d1d1 + background-color: #999 color: #1f1f1f @include box-shadow(0 1px 2px 0 rgba(0,0,0,0.7)) - + .joyride-content-wrapper + padding: 1.125rem 1.25rem 1.5rem + padding: 1rem + margin: 1% + width: 98% + background-color: white + h1, h2, h3, h4, h5, h6 color: #1f1f1f .joyride-nub.right top: 40px - border-color: #d1d1d1 !important + border-color: #999 !important border-top-color: transparent !important border-right-color: transparent !important border-bottom-color: transparent !important @@ -51,6 +57,8 @@ color: white li.cost background-color: #097563 + li:last-child + margin-bottom: 0.75rem button.graph-button @@ -58,12 +66,18 @@ button.graph-button margin: 0 @include border-radius(99999) display: inline - background: rgba(255,255,255,0.5) + background-color: rgba(255,255,255,0.5) padding: 0.2rem - &:hover, &:focus, &:active, &.active - background: $clr-brick-bright + + &:focus + background-color: rgba(255,255,255,0.5) i.ofn-i-058-graph - color: white + color: #999 + + &:hover, &:active + background-color: rgba(255,255,255,1) + i.ofn-i-058-graph + color: $clr-brick-bright i.ofn-i-058-graph color: #999 @@ -71,6 +85,16 @@ button.graph-button padding: 0 font-size: 1rem +button.graph-button.open + background-color: #999 + + &:hover, &:active, &:focus + background-color: #b2b2b2 + i.ofn-i-058-graph + color: $clr-brick-bright + + i.ofn-i-058-graph + color: $clr-brick