From 8a0d7bb922913ee07fc5185587be1def8a99f6bb Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Tue, 28 Nov 2017 17:06:05 +0800 Subject: [PATCH] Update wizard import to new select-kit style path (#5375) --- app/assets/stylesheets/wizard.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/wizard.scss b/app/assets/stylesheets/wizard.scss index 056c0a5c84e..1da624bfb5f 100644 --- a/app/assets/stylesheets/wizard.scss +++ b/app/assets/stylesheets/wizard.scss @@ -4,7 +4,7 @@ @import "vendor/sweetalert"; @import "common/foundation/colors"; @import "common/foundation/variables"; -@import "common/select-box-kit/*"; +@import "common/select-kit/*"; body.wizard { background-color: #fff;