🚨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

@ -2436,4 +2436,24 @@ $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문의
.one-on-one{
.select-wrap{
width: 250px;
}
.input-wrap{
flex: 1 1 auto;
flex: 1;
}
&.btn-area{
padding-bottom: 0;
@ -388,7 +385,7 @@
border: 1px solid #eee;
.drag-file-area{
margin-top: 0;
.file-list {
.file-list{
overflow-y: auto;
max-height: 100px;
}

View File

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