1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Widget Cleanup

Removed unused Widget (which is duplicate of DashboardWidget), made DashboardWidget abstract
This commit is contained in:
Alexander Skvortsov
2020-04-29 17:40:53 -04:00
committed by David Sevilla Martín
parent d83d082c4a
commit 968ece2c61
3 changed files with 4 additions and 31 deletions

View File

@@ -11,7 +11,7 @@
}
}
.Widget {
.DashboardWidget {
background: @body-bg;
color: @text-color;
border-radius: @border-radius;