feat: edit duration in cuesheet

This commit is contained in:
Carlos Valente
2024-12-20 12:44:56 +01:00
committed by Carlos Valente
parent c445c42f8a
commit 88b114020b
8 changed files with 216 additions and 45 deletions
@@ -0,0 +1,16 @@
/* element attempts matching input styles */
.textInput {
padding-top: 0.25rem;
height: 2rem;
background-color: transparent;
border-radius: 3px;
&.muted {
color: $label-gray;
}
&:hover {
background-color: $gray-1100;
cursor: text;
}
}