mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
8 lines
No EOL
113 B
SCSS
8 lines
No EOL
113 B
SCSS
.user-profile {
|
|
.user-avatar{
|
|
height:80px;
|
|
width:80px;
|
|
display:block;
|
|
@include border-radius(80px);
|
|
}
|
|
} |