Files
textual/sandbox/input.scss
2022-05-13 14:54:47 +01:00

49 lines
522 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%;
}
#celsius :focus {
border: heavy darkgoldenrod;
}
#inputs {
dock: top;
background: $primary;
height: 3;
layout: horizontal;
}
#text_area {
dock: bottom;
}
#footer {
dock: bottom;
height: 1;
border: ;
}
#footer :focus {
border: heavy $secondary;
}