0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-22 11:07:57 +01:00
wagtail/client/scss/components/_human-readable-date.scss
2022-06-29 11:02:16 +10:00

15 lines
356 B
SCSS

// Displays 'timesince' formatted date with full date in tooltip
.w-human-readable-date {
appearance: none;
background: transparent;
border: 0;
padding: 0;
color: inherit;
text-align: start;
line-height: inherit;
text-decoration: underline;
text-decoration-style: dotted;
text-decoration-thickness: 1px;
text-underline-offset: 1px;
}