1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-03 01:18:17 +00:00

Styling cleanups for admin pages

This commit is contained in:
2022-02-06 19:44:42 +00:00
parent c0f4d567df
commit 9e523f98cd
4 changed files with 11 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
.adminContent {
min-height: 91vh;
background-color: #E5E5E5;
background-color: $admin-bg;
padding: .5rem 2rem 0 2rem;
.dashboard__stats {