mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 03:31:13 +08:00
FEATURE: adds countdown attribute to [date] (#8037)
When used, dates will be displayed as a countdown in a human friendly way.
This commit is contained in:
@ -12,6 +12,10 @@
|
||||
&.past {
|
||||
border-bottom-color: $primary-low-mid;
|
||||
}
|
||||
|
||||
&.past[data-countdown] {
|
||||
color: $primary-medium;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user