From dfc4fd3fba73488ad1591cf5278ae9e1ff351b64 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Mon, 17 Aug 2020 07:55:47 -0700 Subject: Fix Sass build error Replaced $success-light Sass variable with theme-color-light function. We removed the variable and forgot to update this partial. Signed-off-by: Yoshie Muranaka Change-Id: If4422241cae10efdb0e17b31327465ee4d0a6dae --- src/assets/styles/bmc/custom/_card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/assets/styles/bmc/custom') diff --git a/src/assets/styles/bmc/custom/_card.scss b/src/assets/styles/bmc/custom/_card.scss index 12721890..5f2a5962 100644 --- a/src/assets/styles/bmc/custom/_card.scss +++ b/src/assets/styles/bmc/custom/_card.scss @@ -1,5 +1,5 @@ .card { .bg-success { - background-color: $success-light !important; + background-color: theme-color-light('success')!important; } } \ No newline at end of file -- cgit v1.2.3