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.

48 lines
649 B
CSS

.channel {
display: flex;
align-items: center;
}
.new-channel {
display: flex;
align-items: center;
margin: 64px 0;
}
input, label, button, .insert {
font-size: 1.5rem;
font-family: monospace;
margin: 0 8px;
}
input[type='range'], .insert {
width: 200px;
}
#insert {
margin: 0;
}
button{
border: 1px solid currentColor;
}
button#insert {
margin-right: 140px;
}
#bpm {
border: none;
border-bottom: 1px solid currentColor;
width: 5ch;
}
.notation {
flex-grow: 1;
border: none;
border-bottom: 1px solid currentColor;
padding: 1ch;
font-size: 1.5rem;
width: auto;
}