mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
8 lines
114 B
Plaintext
8 lines
114 B
Plaintext
Bar {
|
|
height: 5;
|
|
content-align: center middle;
|
|
text-style: bold;
|
|
margin: 1 2;
|
|
color: $text;
|
|
}
|