mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Members style update
This commit is contained in:
parent
8565b2521b
commit
53358422e4
@ -824,6 +824,10 @@ input:focus,
|
||||
color: #f8e5b9;
|
||||
}
|
||||
|
||||
.members-list .gh-list-header {
|
||||
background: var(--dark-main-bg-color);
|
||||
}
|
||||
|
||||
/* Portal */
|
||||
.gh-portal-settings-maintabs {
|
||||
border: 1px solid color-mod(var(--darkgrey) l(-27%) blackness(+15%));
|
||||
|
@ -64,6 +64,7 @@
|
||||
position: sticky;
|
||||
top: 84px;
|
||||
z-index: 1;
|
||||
background: var(--white);
|
||||
}
|
||||
|
||||
.members-list-header-overlay {
|
||||
@ -696,7 +697,7 @@ textarea.gh-member-details-textarea {
|
||||
}
|
||||
|
||||
.gh-member-feed {
|
||||
margin-top: -12px;
|
||||
margin: -12px 0;
|
||||
}
|
||||
|
||||
.gh-member-feed-row {
|
||||
|
Loading…
Reference in New Issue
Block a user