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:
parent
ffce5bc6c4
commit
90fa9de9f2
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue