Files
turnstone/examples/geo/components/itemContents/itemContents.module.css
Tom Southall 71f41f896c Update split-match version
Tweaks to examples
2022-02-25 22:38:18 +00:00

28 lines
350 B
CSS

.first > div {
display: inline-block;
height: 50px;
vertical-align: middle;
}
.first img {
display: block;
width: 50px;
height: 50px;
margin-right: 8px;
}
.first .split0 {
display: block;
margin-top: 4px;
font-size: 20px;
}
.container .split1 {
font-size: 15px;
color: #777;
}
.match {
font-weight: 600;
color: #000;
}