diff --git a/src/styles/_contents.scss b/src/styles/_contents.scss index 8d3b1408..e2ab95b7 100644 --- a/src/styles/_contents.scss +++ b/src/styles/_contents.scss @@ -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{ diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index b4987651..50e2a4eb 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -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;}