textual/docs/examples/guide/reactivity/computed01.css
2022-10-03 16:55:40 +01:00

13 lines
137 B
CSS

#color-inputs {
dock: top;
height: auto;
}
Input {
width: 1fr;
}
#color {
height: 100%;
border: tall $secondary;
}