widgets docs

This commit is contained in:
Will McGugan
2022-09-21 17:18:50 +01:00
parent 24d4491bf8
commit 9ab01d3c54
16 changed files with 293 additions and 158 deletions

View File

@@ -0,0 +1,13 @@
Screen {
layout: center;
}
Hello {
width: 40;
height: 9;
padding: 1 2;
background: $panel;
color: $text;
border: $secondary tall;
content-align: center middle;
}