no message
This commit is contained in:
parent
9570ca7d27
commit
a53ac62eb6
@ -253,6 +253,11 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
.content .side .item .red-amount.red-round {
|
||||||
|
padding: 0;
|
||||||
|
width: 16px;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
.content .details-box {
|
.content .details-box {
|
||||||
background-color: #fbfbfb;
|
background-color: #fbfbfb;
|
||||||
border-radius: 0 12px 12px 0;
|
border-radius: 0 12px 12px 0;
|
||||||
|
@ -279,6 +279,12 @@
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
||||||
|
&.red-round {
|
||||||
|
padding: 0;
|
||||||
|
width: 16px;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user