@tolokoban/ui
Version:
React components with theme
39 lines (34 loc) • 644 B
CSS
.main {
font: inherit;
border: none;
box-shadow: none;
text-decoration: none;
display: inline-flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin: 0.25rem;
cursor: pointer;
border-radius: 200vmax;
font-size: 80%;
padding: 0;
line-height: 1.5;
max-height: 1.5em;
overflow: hidden;
}
.main.outline {
border: 1px solid currentColor;
}
.main > svg {
width: 1.5em;
height: 1.5em;
}
.main > div.thumbnail {
overflow: hidden;
width: 1.5em;
height: 1.5em;
border-radius: 50%;
}
.main > div.label {
margin: 0 0.5em;
}