18 lines
332 B
CSS
18 lines
332 B
CSS
.input-group-rounded .input-group-field {
|
|
border-radius: 5000px 0 0 5000px;
|
|
padding-left: 1rem;
|
|
}
|
|
|
|
.input-group-rounded .input-group-button .button {
|
|
border-radius: 0 5000px 5000px 0;
|
|
font-size: 0.8rem;
|
|
}
|
|
|
|
.small-thumb img {
|
|
width:150px;
|
|
height:150px;
|
|
}
|
|
|
|
.media-object-section:first-child {
|
|
padding-right:2rem;
|
|
} |