Skip to content

Commit

Permalink
feat: labels on parameters in chstrip
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Oct 24, 2020
1 parent 1ca0b50 commit 592dc2c
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 19 deletions.
25 changes: 19 additions & 6 deletions client/assets/css/ChanStrip.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
margin-left: 90px;
overflow: auto;
text-align: center;
font-size: 14px;
color: #fff;
}
.content > .eq-group {
Expand Down Expand Up @@ -110,7 +111,16 @@
text-align: center;
margin-top: 15px;
line-height: 10px;
font-size: 100%;
font-size: 14px;
}

.parameter-text > .parameter-mini-text,
.content > .parameter-mini-text {
list-style-type: none;
text-align: center;
margin-top: 5px;
line-height: 10px;
font-size: 80%;
}

.inp-comp-del-group > .delayButtons {
Expand Down Expand Up @@ -196,22 +206,22 @@
right: 40px;
}

.header > button {
.header > .button {
outline: none;
border-color: rgb(99, 99, 99);
background-color: rgb(27, 27, 27);
border-radius: 7px;
margin-left: 10px;
margin-top: 5px;
width: 180px;
width: 80px;
height: 50px;
font-size: 12px;
line-height: 40px;
line-height: 30px;
color: #fff;
}

.chan-strip-fader {
width: 10px;
height: 200px;
height: 190px;
margin-left: 35px;
margin-right: 30px;
margin-top: 10px;
Expand All @@ -223,6 +233,9 @@

.chan-strip-thumb {
margin-left: -20px;
color: #3a3a3a;
font-size: 90%;
line-height: 50px;
width: 45px;
height: 49px;
border: 1px solid #c5c2c2;
Expand Down
Loading

0 comments on commit 592dc2c

Please sign in to comment.