🚨chore: Sync Sass

This commit is contained in:
minsik 2024-12-06 10:20:21 +09:00
parent ffc2ce08dc
commit 344cde964d
2 changed files with 18 additions and 16 deletions

View File

@ -721,6 +721,7 @@
&.one{
.estimate-box{
&:last-child{
flex: 1;
min-width: unset;
}
}
@ -804,6 +805,7 @@
}
}
.file-list{
min-height: 52px;
.file-item{
margin-bottom: 15px;
span{

View File

@ -1308,23 +1308,23 @@ $alert-color: #101010;
height: 253px;
.circle{
top: 86%;
&:nth-child(1),
&:nth-child(7),
&:nth-child(13),
&:nth-child(19){
&::before{
content: '';
position: absolute;
top: 20px;
left: 50%;
transform: translateX(-50%);
width: 1px;
height: 6px;
background-color: #8B8B8B;
}
}
// &:nth-child(1),
// &:nth-child(7),
// &:nth-child(13),
// &:nth-child(19){
// &::before{
// content: '';
// position: absolute;
// top: 20px;
// left: 50%;
// transform: translateX(-50%);
// width: 1px;
// height: 6px;
// background-color: #8B8B8B;
// }
// }
i{
top: 32px;
top: 22px;
}
&.act{
i{color: #8B8B8B;}