Make 'selling food' alert visible, basic styling

This commit is contained in:
Rohan Mitchell
2015-06-10 19:03:25 +10:00
parent b37f21dce1
commit 686a54c121
3 changed files with 6 additions and 6 deletions

View File

@@ -4,10 +4,10 @@
.home-alert
.alert-box
border: 1px solid rgba($dark-grey, 0.85)
border: 1px solid rgba($dark-grey, 0.35)
border-left: none
border-right: none
background-color: white
background-color: lighten($ofn-grey, 15%)
background-image: url("/assets/tile-wide.png")
background-position: center center
padding: 12px 0 8px 0
@@ -15,8 +15,8 @@
a.alert-cta
&, & *
@include csstrans
color: rgba($dark-grey, 0.75)
color: #333
&:hover, &:active, &:focus
&, & *
text-decoration: none
color: rgba($dark-grey, 1.0)
color: white

View File

@@ -1,5 +1,5 @@
%div{"ng-controller" => "HomeCtrl"}
-#= render partial: "shared/menu/alert"
= render partial: "shared/menu/alert"
#tagline
.row

View File

@@ -34,7 +34,7 @@
.off-canvas-wrap{offcanvas: true}
.inner-wrap
= render partial: "shared/menu/menu"
= render "shared/menu/menu"
%section{ role: "main" }
= yield