github.com/shyftnetwork/go-empyrean@v1.8.3-0.20191127201940-fbfca9338f04/shyftBlockExplorerUI/src/components/table/accounts/accounts.css (about)

     1  .table {
     2      border-spacing: 100rem;
     3      width: 95%;
     4      margin: 0 auto;  
     5      background-color: white;
     6      top: 107pt;
     7      left: 2.5%;
     8      position: absolute;
     9  }
    10  
    11  th {
    12      background-color: white;
    13      padding: 15pt 30pt ;
    14      color: #593c83;
    15      font-family: 'Open Sans', sans-serif;
    16  }
    17  
    18  td {
    19      font-size: 6pt;
    20      background-color: white;
    21      font-family: 'Open Sans', sans-serif;
    22  }
    23  
    24  .addressTag {
    25      display: inline-block;
    26      vertical-align: bottom;
    27      text-overflow: ellipsis;
    28      overflow: hidden;
    29      width: 132px;
    30  }
    31  
    32  .ageTag{
    33      display: inline-block;
    34      vertical-align: bottom;
    35      text-overflow: ellipsis;
    36      overflow: hidden;
    37      width: 80px;
    38  }
    39  
    40  .fromTag{
    41      display: inline-block;
    42      vertical-align: bottom;
    43      text-overflow: ellipsis;
    44      overflow: hidden;
    45      width: 100px;
    46  }
    47  
    48  .toTag{
    49      display: inline-block;
    50      vertical-align: bottom;
    51      text-overflow: ellipsis;
    52      overflow: hidden;
    53      width: 100px;
    54  }
    55  
    56  .valueTag{
    57      display: inline-block;
    58      vertical-align: bottom;
    59      text-overflow: ellipsis;
    60      overflow: hidden;
    61      width: 80px;
    62  }
    63  
    64  .arrow {
    65      width: 25px;
    66      height: 25px;
    67      margin-left: 15px;
    68  }