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

Members style update

This commit is contained in:
Peter Zimon 2021-02-24 11:02:51 +01:00
parent 8565b2521b
commit 53358422e4
2 changed files with 6 additions and 1 deletions

View file

@ -824,6 +824,10 @@ input:focus,
color: #f8e5b9; color: #f8e5b9;
} }
.members-list .gh-list-header {
background: var(--dark-main-bg-color);
}
/* Portal */ /* Portal */
.gh-portal-settings-maintabs { .gh-portal-settings-maintabs {
border: 1px solid color-mod(var(--darkgrey) l(-27%) blackness(+15%)); border: 1px solid color-mod(var(--darkgrey) l(-27%) blackness(+15%));

View file

@ -64,6 +64,7 @@
position: sticky; position: sticky;
top: 84px; top: 84px;
z-index: 1; z-index: 1;
background: var(--white);
} }
.members-list-header-overlay { .members-list-header-overlay {
@ -696,7 +697,7 @@ textarea.gh-member-details-textarea {
} }
.gh-member-feed { .gh-member-feed {
margin-top: -12px; margin: -12px 0;
} }
.gh-member-feed-row { .gh-member-feed-row {