@@ -1205,19 +1205,22 @@ export default {
height: 42px;
.text1 {
color: @prim;
- width: 48px;
- flex-shrink: 0;
- margin-right: 20px;
+ width: 64px;
+ margin-right: 10px;
+ flex-basis: 0;
+ flex-grow: 1;
}
.text2 {
color: @text3;
- flex-grow: 1;
+ width: 95px;
+ min-width: 95px;
.text3 {
color: #fff;
.text4 {