8 lines
104 B
SCSS
8 lines
104 B
SCSS
|
.icon {
|
||
|
width: 40px;
|
||
|
height: 40px;
|
||
|
border-radius: 50%;
|
||
|
border-width: 3px;
|
||
|
overflow: hidden;
|
||
|
}
|