22 lines
366 B
CSS
22 lines
366 B
CSS
.image-list-thumb {
|
|
padding: 2px 2px 2px 2px;
|
|
height: 100px;
|
|
}
|
|
|
|
.chip {
|
|
display: inline-block;
|
|
padding: 0 25px;
|
|
height: 50px;
|
|
font-size: 16px;
|
|
line-height: 50px;
|
|
border-radius: 25px;
|
|
background-color: #f1f1f1;
|
|
}
|
|
|
|
.chip img {
|
|
float: left;
|
|
margin: 0 10px 0 -25px;
|
|
height: 50px;
|
|
width: 50px;
|
|
border-radius: 50%;
|
|
} |