🚨chore: Sync Sass

This commit is contained in:
minsik 2024-10-28 18:14:09 +09:00
parent 293471411e
commit 58e76cba9e

View File

@ -1788,4 +1788,22 @@ $alert-color: #101010;
flex: none;
}
}
}
//이미지 크기 설정
.range-wrap{
display: flex;
align-items: center;
input{
flex: 1;
margin-right: 10px;
}
label{
flex: none;
text-align: right;
width: 35px;
font-size: 13px;
color: #fff;
font-weight: 500;
}
}