2
0

_human-readable-date.scss 356 B

1234567891011121314
  1. // Displays 'timesince' formatted date with full date in tooltip
  2. .w-human-readable-date {
  3. appearance: none;
  4. background: transparent;
  5. border: 0;
  6. padding: 0;
  7. color: inherit;
  8. text-align: start;
  9. line-height: inherit;
  10. text-decoration: underline;
  11. text-decoration-style: dotted;
  12. text-decoration-thickness: 1px;
  13. text-underline-offset: 1px;
  14. }