timetracker/style.tcss

15 lines
212 B
Plaintext
Raw Normal View History

2023-09-28 02:00:24 +02:00
#vertical-layout {
layout: vertical;
background: darkmagenta;
height: 20%;
}
#horizontal-layout {
layout: horizontal;
background: darkcyan;
height: 20%;
}
#user-input {
width: 20%;
}