Files
textual/sandbox/input.scss

42 lines
433 B
SCSS

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