DEV: Untangle award badge admin CSS (#29614)

I was skimming through existing pages to get a feel for the admin UI guidelines. I noticed that this part was missing its margin. On some further investigation, it seems that a single CSS selector, .award-badge was being used both for the section and for the button in the header, so I decided to 1) separate the two and 2) add in the missing margin.
This commit is contained in:
Ted Johansson
2024-11-06 16:10:39 +08:00
committed by GitHub
parent a097d86eea
commit 3be925e161
2 changed files with 25 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
<section class="award-badge">
<section class="current-badge content-body">
<h2>{{i18n "admin.badges.mass_award.title"}}</h2>
<p>{{i18n "admin.badges.mass_award.description"}}</p>