From 893cc5ec01b02a7183ae28ce815d6d14d0dfdeff Mon Sep 17 00:00:00 2001 From: elliotec Date: Tue, 12 Jul 2016 09:22:53 -0600 Subject: [PATCH] use correct color variable for border --- app/assets/stylesheets/framework/blocks.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss index 635c236c7ac..1e7c0468d89 100644 --- a/app/assets/stylesheets/framework/blocks.scss +++ b/app/assets/stylesheets/framework/blocks.scss @@ -225,7 +225,7 @@ float: right; margin-top: 8px; padding-bottom: 7px; - border-bottom: 1px solid $white-dark; + border-bottom: 1px solid $border-color; } }