Merge branch 'feature/swindleInfo' into release/5.6
Showing
1 changed file
with
5 additions
and
1 deletions
@@ -997,8 +997,12 @@ | @@ -997,8 +997,12 @@ | ||
997 | height: 32px; | 997 | height: 32px; |
998 | overflow: hidden; | 998 | overflow: hidden; |
999 | 999 | ||
1000 | + a { | ||
1001 | + color: #d71d32; | ||
1002 | + } | ||
1003 | + | ||
1000 | i { | 1004 | i { |
1001 | - color: #cd0c25; | 1005 | + color: #d71d32; |
1002 | font-size: 12px; | 1006 | font-size: 12px; |
1003 | margin-right: 5px; | 1007 | margin-right: 5px; |
1004 | } | 1008 | } |
-
Please register or login to post a comment