How to create Circle Button

What css styles or what do I have to do to have a perfectly circled button?
thanks.

Hello!

You should use border-radius attribute with the same value as height and width:

.circle-button {
  height: $v-unit-size;
  width: $v-unit-size;
  border-radius: $v-unit-size;
  padding: 0;
}
<button id="button"
        icon="PLUS"
        stylename="circle-button"/>

image

2 Likes

spasibo spasibo spasibo spasibo spasibo spasibospasibo spasibo spasibo !!!