mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
14 lines
137 B
CSS
14 lines
137 B
CSS
#color-inputs {
|
|
dock: top;
|
|
height: auto;
|
|
}
|
|
|
|
Input {
|
|
width: 1fr;
|
|
}
|
|
|
|
#color {
|
|
height: 100%;
|
|
border: tall $secondary;
|
|
}
|