Files
textual/sandbox/input.scss
Darren Burns 0674f500ce text-input-1
2022-05-11 10:11:01 +01:00

32 lines
326 B
SCSS

App {
layout: dock;
docks: top=top bot=bottom;
background: $secondary;
}
Screen {
background: $secondary;
}
#fahrenheit {
width: 50%;
}
#celsius {
width: 50%;
}
#inputs {
dock: top;
layout: horizontal;
background: $primary;
height: 3;
}
#body {
dock: top;
background: $secondary;
height: 20;
}