aboutsummaryrefslogtreecommitdiff
path: root/static/_slider_input.scss
blob: adae56ae9767b7cf615db97dd371f71fb2f8b7cc (plain)
1
2
3
4
5
6
7
8
9
10
/* See components/slider.ts */

slider-input {
    display: flex;

    input {
        min-width: 0;
    }
}