mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
22 lines
239 B
CSS
22 lines
239 B
CSS
Screen {
|
|
layout: center;
|
|
}
|
|
|
|
#parent {
|
|
width: 32;
|
|
height: 8;
|
|
background: $panel;
|
|
}
|
|
|
|
#tag {
|
|
color: $text;
|
|
background: $success;
|
|
padding: 2 4;
|
|
width: auto;
|
|
offset: -8 -4;
|
|
}
|
|
|
|
#child {
|
|
background: red;
|
|
}
|