10 lines
172 B
CSS
10 lines
172 B
CSS
|
|
.btn-circle {
|
|||
|
|
width: 40px;
|
|||
|
|
height: 40px;
|
|||
|
|
padding: 6px 0px;
|
|||
|
|
border-radius: 50px;
|
|||
|
|
text-align: center;
|
|||
|
|
font-size: 20px;
|
|||
|
|
line-height: 1.42857;
|
|||
|
|
}
|