Files
textual/docs/examples/guide/layout/dock_layout2_sidebar.tcss
Rodrigo Girão Serrão 5ee0ebfef4 Rename CSS files to TCSS.
Related issue: #3137.
2023-08-22 13:21:17 +01:00

15 lines
207 B
Plaintext

#another-sidebar {
dock: left;
width: 30;
height: 100%;
background: deeppink;
}
#sidebar {
dock: left;
width: 15;
height: 100%;
color: #0f2b41;
background: dodgerblue;
}