OSDN Git Service

restyle after merge
authorZhiting Lin <zlin035@uottawa.ca>
Thu, 19 Apr 2018 02:41:27 +0000 (10:41 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Thu, 19 Apr 2018 02:41:27 +0000 (10:41 +0800)
src/features/transactions/components/Summary/Summary.jsx
src/features/transactions/components/Summary/Summary.scss

index fd5f425..0462bf1 100644 (file)
@@ -133,7 +133,7 @@ class Summary extends React.Component {
                 {!mature && <small className={styles.immature}>immature</small>}
               </td>
             }
-            <td className={styles.colLabel}>{ lang === 'zh' ? '数量' : 'amount' }t</td>
+            <td className={styles.colLabel}>{ lang === 'zh' ? '数量' : 'amount' }</td>
             <td className={styles.colAmount}>
               <code className={styles.amount}>{item.amount}</code>
             </td>
index 059037c..ab57fd6 100644 (file)
@@ -35,7 +35,7 @@
 }
 
 .colAction {
-  padding-left: $gutter-size * 1.5;
+  padding-left: $gutter-size ;
 }
 
 .colAction, .colAmount, .colAsset, .colAccount {
 .colLabel {
   color: $text-light-color;
   text-align: right;
-  width: 5%;
+  width: 7%;
 }
 
 .immature {
   margin-left: 5px;
-  color: red;
+  color: $text-danger;
 }
 
 .rawId {