css render

This commit is contained in:
Will McGugan
2021-12-26 22:19:36 +00:00
parent c5e1d76cfd
commit ddd1a10840
6 changed files with 56 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
App > View {
layout: dock;
docks: side=left/1 header=top footer=bottom;
docks: side=left/1;
}
#sidebar {
@@ -16,24 +16,21 @@ App > View {
#sidebar.-active {
offset-x: 0;
transition: offset 400ms in_out_cubic;
text: on red;
}
#header {
text: on #173f5f;
dock: header;
height: 3;
border: hkey white;
}
#footer {
dock: header;
height: 3;
border-top: hkey #0f2b41;
text: #3a3009 on #f6d55c;
}
#content {
dock: header;
text: bold on #20639b;
}