From 7a52fa5afd5db8e72c4842fb0248084481f8753b Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 6 Mar 2022 14:13:22 -0800 Subject: [PATCH] Missed two slash as division instances --- components/AccountModal/index.scss | 4 ++-- components/CharacterUnit/index.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/AccountModal/index.scss b/components/AccountModal/index.scss index 3762c2bb..497e316e 100644 --- a/components/AccountModal/index.scss +++ b/components/AccountModal/index.scss @@ -12,7 +12,7 @@ .Switch { $height: 34px; background: $grey-70; - border-radius: $height / 2; + border-radius: calc($height / 2); border: none; position: relative; width: 58px; @@ -86,7 +86,7 @@ display: flex; flex-direction: column; flex-grow: 1; - gap: $unit / 2; + gap: calc($unit / 2); label { color: $grey-00; diff --git a/components/CharacterUnit/index.scss b/components/CharacterUnit/index.scss index 01804e8f..4de56900 100644 --- a/components/CharacterUnit/index.scss +++ b/components/CharacterUnit/index.scss @@ -1,7 +1,7 @@ .CharacterUnit { display: flex; flex-direction: column; - gap: $unit / 2; + gap: calc($unit / 2); max-width: 200px; &.editable .CharacterImage:hover {