- .tableCellHeader {
- display: flex;
- flex-direction: row;
- // margin-top: 12px;
- margin-bottom: 12px;
- margin-left: 46px;
- margin-right: 46px;
- }
- .tableCellHeaderTitle {
- font-size: 24px;
- line-height: 24px;
- color: #fff;
- opacity: 0.4;
- letter-spacing: 0.05em;
- }
|