From 9f4109e263be961ab0b210fcbc003a8c78f5b9fe Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 28 Jun 2022 11:52:43 +0200 Subject: Registrations typo and css fixes --- .../src/app/+signup/+register/custom-stepper.component.scss | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 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 29ed3e194..919799716 100644 --- a/client/src/app/+signup/+register/custom-stepper.component.scss +++ b/client/src/app/+signup/+register/custom-stepper.component.scss @@ -34,9 +34,11 @@ header { position: relative; .completed-icon { - width: 16px; - height: 16px; - border-radius: 16px; + $size: 14px; + + width: $size; + height: $size; + border-radius: $size; background-color: pvar(--mainBackgroundColor); position: absolute; bottom: 0; @@ -44,7 +46,9 @@ header { display: flex; justify-content: center; align-items: center; - border: 1px solid pvar(--mainColor); + // Better than border color for aliasing + box-shadow: 0 0 0 1px var(--mainColor); + overflow: hidden; my-global-icon { @include apply-svg-color(pvar(--mainColor)); -- cgit v1.2.3