Unified avatar styling
Avatars now have consistent styling across all pages; border radius can be adjusted with a SASS variable ($ui-avatar-border-size)
This commit is contained in:
committed by
beatrix-bitrot
parent
2513d92c54
commit
f1a60d4b81
@@ -1,5 +1,5 @@
|
||||
@mixin avatar-radius() {
|
||||
border-radius: 4px;
|
||||
border-radius: $ui-avatar-border-size;
|
||||
background: transparent no-repeat;
|
||||
background-position: 50%;
|
||||
background-clip: padding-box;
|
||||
|
Reference in New Issue
Block a user