- 🚨chore: Sync Sass

This commit is contained in:
김민식 2025-02-04 15:49:22 +09:00
parent df05a7d129
commit 77157e34df

View File

@ -259,6 +259,12 @@ $alert-color: #101010;
border-bottom: 1px solid #424242; border-bottom: 1px solid #424242;
} }
} }
.grid-check-form-block{
display: block;
> div{
margin-bottom: 10px;
}
}
.grid-option-overflow{ .grid-option-overflow{
max-height: 350px; max-height: 350px;
overflow-y: auto; overflow-y: auto;
@ -305,6 +311,25 @@ $alert-color: #101010;
} }
.grid-option-block-form{ .grid-option-block-form{
flex: 1; 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{ .select-form{
@ -312,6 +337,7 @@ $alert-color: #101010;
} }
.grid-select{ .grid-select{
flex: 1; flex: 1;
height: 30px;
&.no-flx{ &.no-flx{
flex: unset; flex: unset;
} }
@ -2013,7 +2039,7 @@ $alert-color: #101010;
} }
} }
.roof-module-tab2-overflow{ .roof-module-tab2-overflow{
max-height: 500px; max-height: 650px;
overflow-y: auto; overflow-y: auto;
padding-bottom: 15px; padding-bottom: 15px;
border-bottom: 1px solid #4D4D4D; border-bottom: 1px solid #4D4D4D;
@ -2088,17 +2114,3 @@ $alert-color: #101010;
justify-content: flex-end; 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;
}