mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
UI Fixes (#1015)
no issue * Fixing 'Suspended' label on user screen * Replace default avatar on users screen * Remove shadow of 'Publish' button to work better on top of full width images
This commit is contained in:
parent
06d7f6d67c
commit
70ee42a51a
@ -5,6 +5,7 @@
|
||||
color: var(--blue);
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.gh-publishmenu-trigger svg {
|
||||
|
@ -129,7 +129,9 @@
|
||||
}
|
||||
|
||||
.gh-badge.suspended {
|
||||
margin-left: 15px;
|
||||
font-size: 13px;
|
||||
margin-left: 16px;
|
||||
margin-top: 5px;
|
||||
border: color-mod(var(--red) blackness(+8%)) 1px solid;
|
||||
background: linear-gradient(
|
||||
color-mod(var(--red) whiteness(+10%)),
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 996 B |
Loading…
Reference in New Issue
Block a user