13
0
livetrax/share/web_surfaces/builtin/mixer/main.css
2020-07-21 06:49:27 +02:00

62 lines
880 B
CSS

@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;
height: 100%;
min-width: 120px;
}
.strip-meter-fader {
height: 100%;
}
.toolkit-fader {
height: 100%;
}
.toolkit-level-meter {
height: 100%;
}
.toolkit-knob {
/* empty */
}