From 471448b1a7a17cb1f05edb883e6ebac281b0eba8 Mon Sep 17 00:00:00 2001 From: Brett Mason Date: Mon, 30 Nov 2015 10:38:25 +0000 Subject: [PATCH] Changed variable name --- scss/components/_drilldown.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_drilldown.scss b/scss/components/_drilldown.scss index 463f5f2ce..e21a771cd 100644 --- a/scss/components/_drilldown.scss +++ b/scss/components/_drilldown.scss @@ -33,7 +33,7 @@ $drilldown-background: $white !default; z-index: -1; height: 100%; width: 100%; - background: $drilldown-sub-background; + background: $drilldown-background; transition: $drilldown-transition; &.is-active { -- 2.47.2