iconsCom.less
498 Bytes
@charset "UTF-8";
.icons-com {
.icons-img {
display: block;
margin: 0 auto;
width: 100px;
height: 100px;
border-radius: 50%;
&.no-radius {
border-radius: unset;
}
}
.title {
margin-top: 10px;
color: #777777;
font-size: 26px;
font-weight: 400;
height: 34px;
text-align: center;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
}