index.css 339 B

12345678910111213141516171819
  1. page {
  2. background-color: #fafafa;
  3. height: 100%;
  4. }
  5. .click_more_history_box {
  6. /* Mth DD, HH:MM */
  7. /* Alphabet/Body/Small */
  8. font-family: 'SF Pro';
  9. font-style: normal;
  10. font-weight: 400;
  11. font-size: 12px;
  12. line-height: 16px;
  13. /* identical to box height, or 133% */
  14. text-align: center;
  15. /* Neutral/7 */
  16. color: #acb4b9;
  17. }