Fill organization userpic background fully to avoid empty corners (#10944)
* Fill organization userpic background fully to avoid empty corners * Reset `.crayons-logo` ::after pseudo element content So the barely visible border is hidden for profiles
This commit is contained in:
parent
dae7565652
commit
ae67e17678
1 changed files with 7 additions and 2 deletions
|
|
@ -101,10 +101,15 @@
|
|||
.crayons-logo {
|
||||
width: var(--su-9);
|
||||
height: var(--su-9);
|
||||
border: var(--su-1) solid var(--profile-brand-color);
|
||||
background-color: var(--profile-brand-color);
|
||||
padding: var(--su-1);
|
||||
|
||||
&::after {
|
||||
content: none;
|
||||
}
|
||||
|
||||
@media (min-width: $breakpoint-m) {
|
||||
border-width: var(--su-2);
|
||||
padding: var(--su-2);
|
||||
width: var(--su-10);
|
||||
height: var(--su-10);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue