diff options
author | Dave Arter <davea@mysociety.org> | 2015-08-27 15:53:36 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2015-08-28 15:45:09 +0100 |
commit | d6b883bf4d3d7c67c4a4777b6b8cabc5a2d4cd8f (patch) | |
tree | 5ce01f4295d36b43681954edad6cb3787ec9dc54 /www/css/makemyisland.scss | |
parent | 905ab4c2760f1dee46cd5a05521a7b4f689e150f (diff) |
[MakeMyIsland] Move CSS & images into cobrands directory
Diffstat (limited to 'www/css/makemyisland.scss')
-rw-r--r-- | www/css/makemyisland.scss | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/www/css/makemyisland.scss b/www/css/makemyisland.scss deleted file mode 100644 index ea8c43c..0000000 --- a/www/css/makemyisland.scss +++ /dev/null @@ -1,51 +0,0 @@ -@import "compass"; - -$yellow: rgb(249, 255, 198); -$blue: rgb(159, 217, 234); - -.ios7 .ui-bar-a, -body.ios7 { - background-color: $blue; -} - -.ios7 .ui-bar-a { - border-color: $blue; -} - -#load-screen, -#locating { - background: $blue; - color: white; -} - -#locating #progress-bar { - background-color: #FFFF99; -} - -#view-my-reports .draft_count{ - background-color: rgb(186,21,28); - color: #fff; - border-color: #ffea3d; -} - -#display-help { - background-color: $yellow; - color: grey; -} - - -.ui-bar-a, .ui-btn-up-a, .ui-btn-hover-a, .ui-btn-down-a { - border-color: darken($blue, 15%); - @include background(linear-gradient(-90deg, darken($blue, 5%), lighten($blue, 5%) 98%)); -} - -.ui-corner-all, -.ui-btn-corner-all { - -webkit-border-radius: 3px; - border-radius: 3px; -} - -#load-screen .radar, -#locating .radar { - background-image: url('../images/radar-makemyisland.png'); -} |