@guardian/threads
Version:
35 lines (29 loc) • 522 B
CSS
.content {
display: flex;
flex-direction: column;
}
.content input[type='text'],
.content input[type='email'],
.content input[type='password'],
.content select {
display: block;
width: stretch;
}
.label {
font-weight: 600;
display: block;
padding: calc(var(--sp-vertical) * 1.5) 0 0;
}
.children {
padding: var(--sp-vertical) 0;
}
.children[data-horizontal] {
display: flex;
align-items: center;
justify-content: space-between;
}
.title {
font-size: 1rem;
text-transform: uppercase;
font-weight: 700;
}