From fdc28d4069a07b69d77fe4826cad5bafe89ed132 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Tue, 26 Dec 2023 13:00:50 +0100 Subject: [PATCH] scss fixes --- src/basic.scss | 5 +---- src/dropzone.scss | 10 +++------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/src/basic.scss b/src/basic.scss index ba94211e6..fb116007d 100644 --- a/src/basic.scss +++ b/src/basic.scss @@ -50,8 +50,5 @@ left: 50%; margin-left: -(math.div(54px, 2)); } - - } - -} \ No newline at end of file +} diff --git a/src/dropzone.scss b/src/dropzone.scss index 9dc273802..9b3c9fd03 100644 --- a/src/dropzone.scss +++ b/src/dropzone.scss @@ -272,8 +272,7 @@ fill: $overlay-color; } } - - + &.dz-processing .dz-progress { opacity: 1; transition: all 0.2s linear; @@ -360,15 +359,12 @@ position: absolute; top: -6px; left: math.div($width, 2) - 6px; - width: 0; - height: 0; + width: 0; + height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid $color; } } - } } - -