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

View File

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