You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buscribe/professor/style.less

52 lines
620 B
Plaintext

@import "constants";
3 years ago
body {
color: aliceblue;
background: dimgray;
max-width: 900px;
}
#PlayerContainer {
}
label {
font-family: @sans-serif;
margin-top: 5px;
margin-bottom: 5px;
}
#speakers {
margin-top: 1em;
width: 100%;
display: flex;
flex-direction: column;
}
#transcription {
display: flex;
flex-direction: column;
width: 100%;
p {
font-family: @serif;
text-indent: 1.5em;
padding-top: 1ex;
padding-bottom: 1ex;
}
#new_transcription {
3 years ago
box-sizing: border-box;
width: 100%;
height: 5em;
}
}
button {
margin-top: 5px;
margin-bottom: 5px;
}