mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 17:41:55 +08:00
7 lines
117 B
SCSS
Vendored
7 lines
117 B
SCSS
Vendored
.admin-report-chart {
|
|
animation: fadein 2s;
|
|
|
|
@media (prefers-reduced-motion) {
|
|
animation-duration: 0s;
|
|
}
|
|
}
|