@bbc/react-transcript-editor
Version:
A React component to make transcribing audio and video easier and faster.
21 lines (18 loc) • 300 B
CSS
.offsetContainer {
display: inline-block;
}
.inputBox {
height: 2em;
width: 96px;
box-sizing: border-box;
border: none;
text-align: center;
font-weight: bold;
margin-right: 16px;
vertical-align: middle;
}
.button {
font-weight: lighter;
font-size: 0.8em;
cursor: pointer;
}