13 lines
137 B
CSS
13 lines
137 B
CSS
#color-inputs {
|
|
dock: top;
|
|
height: auto;
|
|
}
|
|
|
|
Input {
|
|
width: 1fr;
|
|
}
|
|
|
|
#color {
|
|
height: 100%;
|
|
border: tall $secondary;
|
|
}
|