From 77157e34df4ffec2af294d65871db0a1f1555dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=AF=BC=EC=8B=9D?= <43837214+Minsiki@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:49:22 +0900 Subject: [PATCH] =?UTF-8?q?-=20=F0=9F=9A=A8chore:=20Sync=20Sass?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/_modal.scss | 42 +++++++++++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 15 deletions(-) diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 61f631cd..7c959e83 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -259,6 +259,12 @@ $alert-color: #101010; border-bottom: 1px solid #424242; } } +.grid-check-form-block{ + display: block; + > div{ + margin-bottom: 10px; + } +} .grid-option-overflow{ max-height: 350px; overflow-y: auto; @@ -305,6 +311,25 @@ $alert-color: #101010; } .grid-option-block-form{ flex: 1; + .flex-ment{ + position: relative; + padding-right: 70px; + flex: 1 1 auto; + span{ + width: 70px; + &.absol{ + width: fit-content; + position: absolute; + top: 50%; + right: 0; + transform: translateY(-50%); + + } + } + .input-grid{ + flex: 1; + } + } } } .select-form{ @@ -312,6 +337,7 @@ $alert-color: #101010; } .grid-select{ flex: 1; + height: 30px; &.no-flx{ flex: unset; } @@ -2013,7 +2039,7 @@ $alert-color: #101010; } } .roof-module-tab2-overflow{ - max-height: 500px; + max-height: 650px; overflow-y: auto; padding-bottom: 15px; border-bottom: 1px solid #4D4D4D; @@ -2088,17 +2114,3 @@ $alert-color: #101010; justify-content: flex-end; } } - -.reset-word-wrap{ - display: flex; - align-items: center; - .grid-btn-wrap{ - margin-left: auto; - } -} -.reset-word{ - font-size: 12px; - color: #FFCACA; - font-weight: 400; - margin-top: 10px; -} \ No newline at end of file