adjusted color and logo

This commit is contained in:
2015-11-01 13:56:21 +01:00
parent bc571842fd
commit 11697d3fba
4 changed files with 50 additions and 5 deletions
+10 -4
View File
@@ -13,6 +13,9 @@
*= require_tree .
*= require_self
*/
$brand-success: #66903F
@import "bootstrap-sprockets"
@import "bootstrap"
@import "typeaheadjs"
@@ -26,9 +29,9 @@ body
display: none
#counter
background-color: #3c763d
background-color: $brand-success
padding: 3px 6px
border: 1px solid #3c763d
border: 1px solid $brand-success
border-radius: 5px
color: white
@@ -36,8 +39,11 @@ body
background-color: white
width: 20px
padding: 2px
border: 1px solid #3c763d
border: 1px solid $brand-success
border-radius: 5px
display: inline-block
text-align: center
color: #3c763d
color: $brand-success
.text-success
color: $brand-success