[new feature] Image: add round prop (#3838)
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
||||
&--round {
|
||||
overflow: hidden;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
&__img,
|
||||
&__error,
|
||||
&__loading {
|
||||
|
||||
Reference in New Issue
Block a user