From 40eb19d38743c9f971b299f6208425e5349ffdd7 Mon Sep 17 00:00:00 2001 From: Andreas N Date: Sun, 25 Jan 2015 20:48:14 +0100 Subject: [PATCH] updated colours thingy --- app/assets/stylesheets/scss/user.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/scss/user.scss b/app/assets/stylesheets/scss/user.scss index 799296ac..9111b7c3 100644 --- a/app/assets/stylesheets/scss/user.scss +++ b/app/assets/stylesheets/scss/user.scss @@ -89,8 +89,8 @@ $colours: danger $brand-danger, default #BBB, success $brand-success, warning $brand-warning, - info $brand-info, - primary $brand-primary; + primary $brand-primary, + info #2980b9; @each $colour in $colours { .panel-badge-#{nth($colour, 1)} {