This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
|
@mixin avatar-radius() {
|
|
border-radius: 4px;
|
|
background: transparent no-repeat;
|
|
background-position: 50%;
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
@mixin avatar-size($size:48px) {
|
|
width: $size;
|
|
height: $size;
|
|
background-size: $size $size;
|
|
}
|