1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

Removed excess Widget class in favor of DashboardWidget (#2164)

This commit is contained in:
Alexander Skvortsov
2020-05-19 20:52:07 -04:00
committed by GitHub
parent 389d86c7f0
commit af26bd22f6
4 changed files with 3 additions and 48 deletions

View File

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