🚨chore: Sync Sass

This commit is contained in:
김민식 2025-02-03 09:53:29 +09:00
parent 41ab4af9ed
commit 82ab12632b
2 changed files with 879 additions and 1002 deletions

View File

@ -167,13 +167,20 @@
display: flex;
align-items: center;
span{
width: 0;
flex: 1;
position: relative;
display: block;
font-size: 13px;
color: #101010;
font-weight: 400;
padding: 0 10px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
&.time{
flex: none;
width: 160px;
padding-left: 22px;
&::before{
content: '';
@ -187,6 +194,10 @@
background-size: cover;
}
}
&.product{
flex: none;
width: 160px;
}
&:after{
content: '';
position: absolute;

File diff suppressed because it is too large Load Diff