13
0
livetrax/share/web_surfaces/builtin/mixer/main.css

62 lines
872 B
CSS
Raw Normal View History

2020-06-21 17:29:27 -04:00
@import "ardour-toolkit-theme/theme.css";
html {
height: 100%;
}
body {
background: rgb(62,61,61);
color: rgb(248,248,242);
font-family: Helvetica, Arial, sans-serif !important;
height: 100%;
width: 100%;
position: fixed;
margin: 0;
}
div {
box-sizing: border-box;
}
#root {
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
#mixer {
display: flex;
flex-direction: row;
height: 100%;
max-height: 480px;
width: 100%;
overflow-x: auto;
justify-content: space-between;
}
.strip {
display: flex;
flex-direction: column;
align-items: center;
min-width: 120px;
}
.strip-meter-fader {
display: flex;
flex: 1;
2020-06-21 17:29:27 -04:00
}
.toolkit-fader {
/* empty */
2020-06-21 17:29:27 -04:00
}
.toolkit-level-meter {
/* empty */
2020-06-21 17:29:27 -04:00
}
.toolkit-knob {
/* empty */
}