🚨chore: Sync Sass
This commit is contained in:
parent
41ab4af9ed
commit
82ab12632b
@ -167,13 +167,20 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
span{
|
span{
|
||||||
|
width: 0;
|
||||||
|
flex: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
color: #101010;
|
color: #101010;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
&.time{
|
&.time{
|
||||||
|
flex: none;
|
||||||
|
width: 160px;
|
||||||
padding-left: 22px;
|
padding-left: 22px;
|
||||||
&::before{
|
&::before{
|
||||||
content: '';
|
content: '';
|
||||||
@ -187,6 +194,10 @@
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.product{
|
||||||
|
flex: none;
|
||||||
|
width: 160px;
|
||||||
|
}
|
||||||
&:after{
|
&:after{
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user