| Screen { | |
| align: center middle; | |
| } | |
| #parent { | |
| width: 32; | |
| height: 8; | |
| background: $panel; | |
| } | |
| #tag { | |
| color: $text; | |
| background: $success; | |
| padding: 2 4; | |
| width: auto; | |
| offset: -8 -4; | |
| } | |
| #child { | |
| background: red; | |
| } | |
| Screen { | |
| align: center middle; | |
| } | |
| #parent { | |
| width: 32; | |
| height: 8; | |
| background: $panel; | |
| } | |
| #tag { | |
| color: $text; | |
| background: $success; | |
| padding: 2 4; | |
| width: auto; | |
| offset: -8 -4; | |
| } | |
| #child { | |
| background: red; | |
| } | |