Files
grecia/app/assets/stylesheets/admin/stats/event_links.scss
Javi Martín b5d12959a0 Add a chart showing all events in admin stats
Not sure it's useful, but it makes the main admin stats page a bit more
interesting.
2024-05-09 14:28:32 +02:00

12 lines
204 B
SCSS

.stats-event-links {
@include header-font-size(h3);
font-weight: bold;
list-style-type: none;
margin-#{$global-left}: 0;
margin-top: $line-height;
* + * {
margin-top: $line-height;
}
}