TableCellHeader.scss 295 B

12345678910111213141516
  1. .tableCellHeader {
  2. display: flex;
  3. flex-direction: row;
  4. // margin-top: 12px;
  5. margin-bottom: 12px;
  6. margin-left: 46px;
  7. margin-right: 46px;
  8. }
  9. .tableCellHeaderTitle {
  10. font-size: 24px;
  11. line-height: 24px;
  12. color: #fff;
  13. opacity: 0.4;
  14. letter-spacing: 0.05em;
  15. }