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

22 lines
261 B
CSS

Input {
dock: top;
margin-top: 1;
}
#colors {
grid-size: 2 1;
grid-gutter: 2 4;
grid-columns: 1fr;
margin: 0 1;
}
#old {
height: 100%;
border: wide $secondary;
}
#new {
height: 100%;
border: wide $secondary;
}