🚨chore: Sync Sass

This commit is contained in:
김민식 2025-05-26 14:44:04 +09:00
parent dc6989b303
commit 4af6e13db4
3 changed files with 27 additions and 6 deletions

View File

@ -2437,3 +2437,23 @@ $alert-color: #101010;
} }
} }
} }
// 2025-05-26 동선이동 올림 내림
.moving-tab-radio-wrap{
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
}
.moving-tab-content{
padding: 10px;
border: 1px solid #3D3D3D;
margin-top: 15px;
.outline-form{
span{
width: auto;
margin-right: 23px;
}
}
}

View File

@ -374,10 +374,7 @@
// 1:1문의 // 1:1문의
.one-on-one{ .one-on-one{
.select-wrap{ .select-wrap{
width: 250px; flex: 1;
}
.input-wrap{
flex: 1 1 auto;
} }
&.btn-area{ &.btn-area{
padding-bottom: 0; padding-bottom: 0;
@ -388,7 +385,7 @@
border: 1px solid #eee; border: 1px solid #eee;
.drag-file-area{ .drag-file-area{
margin-top: 0; margin-top: 0;
.file-list { .file-list{
overflow-y: auto; overflow-y: auto;
max-height: 100px; max-height: 100px;
} }

View File

@ -400,6 +400,10 @@ table{
font-weight: 400; font-weight: 400;
} }
} }
&.no-data{
padding: 70px 0;
font-size: 14px;
}
} }
tr{ tr{
background-color: transparent; background-color: transparent;