0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Dashboard color refinements

This commit is contained in:
Peter Zimon 2021-02-23 14:29:58 +01:00
parent ffce5bc6c4
commit 90fa9de9f2

View file

@ -419,9 +419,10 @@
.gh-dashboard-top-members-footer { .gh-dashboard-top-members-footer {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
border-top: 1px solid var(--whitegrey-d1); border-top: 1px solid var(--whitegrey-d2);
padding-top: 12px; padding-top: 12px;
margin-bottom: -4px; margin-bottom: -4px;
margin-top: 8px;
} }
.gh-dashboard-top-members-footer a { .gh-dashboard-top-members-footer a {