From bd22dd0b7c997859c06acf02adc925af0b80567a Mon Sep 17 00:00:00 2001 From: ahmetsaidkorucuk Date: Tue, 8 Oct 2024 10:31:42 +0300 Subject: [PATCH] fix(dnd-builder): sass warning fixes --- src/styles/_jfReportsModal.scss | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/styles/_jfReportsModal.scss b/src/styles/_jfReportsModal.scss index b2174b8..1ab3658 100644 --- a/src/styles/_jfReportsModal.scss +++ b/src/styles/_jfReportsModal.scss @@ -4,6 +4,15 @@ */ .jfReportModal { + position: relative; + width: 94%; + margin-top: 40px; + max-width: 700px; + background-color: $white; + border-radius: 4px; + transition: $transition; + opacity: 0; + box-shadow: 0 2px 7px 0 rgba(#000000,.5); &-overlay { position: fixed; @@ -29,15 +38,6 @@ } } - position: relative; - width: 94%; - margin-top: 40px; - max-width: 700px; - background-color: $white; - border-radius: 4px; - transition: $transition; - opacity: 0; - box-shadow: 0 2px 7px 0 rgba(#000000,.5); button.jfReportModal-close { position: absolute;