@guardian/threads
Version:
31 lines (25 loc) • 410 B
CSS
.wrap {
display: flex;
align-items: center;
justify-content: space-between;
}
.wrap .title {
padding-bottom: 0;
}
.title {
padding-bottom: var(--sp-small);
opacity: 0.85;
}
.title[data-has-help='true'] {
cursor: help;
}
.title svg {
vertical-align: bottom;
padding-left: var(--radius-default);
opacity: 0.5;
}
.verticalWrap {
display: flex;
flex-direction: column;
align-items: flex-start;
}