@@ -410,13 +410,17 @@ export default {
align-items: center;
span:first-child {
+ width: 34px;
+ height: 34px;
+ line-height: 34px;
display: inline-block;
color: #fff;
- background-color: #00b96b;
- border-radius: 12px;
- padding: 10px;
+ background: #7cc659;
+ border-radius: 6px;
margin-right: 10px;
+ text-align: center;
align-self: flex-start;
+ flex-shrink: 0;
}
&:first-child span {