css updates

This commit is contained in:
Will McGugan
2021-12-26 17:58:33 +00:00
parent a034c76405
commit c5e1d76cfd
17 changed files with 161 additions and 56 deletions

View File

@@ -1,39 +1,39 @@
App > View {
layout: dock;
docks: side=left/1 header=top footer=bottom;
layers: base panels;
}
#sidebar {
text: bold #09312e on #3caea3;
dock-group: side;
dock: side;
width: 30;
height: 1fr;
layer: panels;
border-right: outer #09312e;
offset-x: -100%;
transition: offset 1.2s in_cubic 200ms;
transition: offset 400ms in_out_cubic;
}
#sidebar.-active {
offset-x: 0;
transition: offset 400ms in_out_cubic;
text: on red;
}
#header {
text: on #173f5f;
dock-group: header;
dock: header;
height: 3;
border: hkey white;
}
#footer {
dock-group: header;
dock: header;
height: 3;
border-top: hkey #0f2b41;
text: #3a3009 on #f6d55c;
}
#content {
dock-group: header;
text: on #20639b;
dock: header;
text: bold on #20639b;
}