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:
Peter Zimon 2018-05-07 13:15:44 +02:00 committed by Kevin Ansfield
parent 06d7f6d67c
commit 70ee42a51a
3 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,7 @@
color: var(--blue);
border: none;
cursor: pointer;
text-shadow: none;
}
.gh-publishmenu-trigger svg {

View File

@ -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