From 8cbc40b2fe9d36ef0505b9441276ca561342e9e9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 27 May 2021 18:25:00 +0200 Subject: Move to sass module --- client/src/app/+signup/+register/custom-stepper.component.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'client/src/app/+signup/+register/custom-stepper.component.scss') diff --git a/client/src/app/+signup/+register/custom-stepper.component.scss b/client/src/app/+signup/+register/custom-stepper.component.scss index cb2f6a0a1..6a8815c77 100644 --- a/client/src/app/+signup/+register/custom-stepper.component.scss +++ b/client/src/app/+signup/+register/custom-stepper.component.scss @@ -1,5 +1,6 @@ -@use '_variables'; -@use '_mixins'; +@use 'sass:math'; +@use '_variables' as *; +@use '_mixins' as *; $grey-color: #9CA3AB; $index-block-height: 32px; @@ -69,7 +70,7 @@ header { .connector { flex: auto; - margin: $index-block-height/2 10px 0 10px; + margin: math.div($index-block-height, 2) 10px 0 10px; height: 2px; background-color: $grey-color; } -- cgit v1.2.3