mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
30 lines
448 B
Plaintext
30 lines
448 B
Plaintext
.compressorValues {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
padding: 20px;
|
|
|
|
width: 100%;
|
|
|
|
&.disabled {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
transition: all 150ms ease-in-out;
|
|
|
|
.compressorValues_slider {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
height: 100%;
|
|
width: 100%;
|
|
|
|
gap: 20px;
|
|
|
|
.MuiSlider-vertical {
|
|
min-height: 300px;
|
|
}
|
|
}
|
|
} |