character sheet added, light theme only

This commit is contained in:
Nathanael Phillips 2020-11-05 20:37:19 -07:00
parent e7ec90c944
commit d217b00916
16 changed files with 2833 additions and 22 deletions

View file

@ -2,7 +2,7 @@
border-radius: 4px;
border: none;
.dropShadow2();
header {
& > header {
background: @windowHeaderBackground;
border-radius: 4px 4px 0 0;
border: none;
@ -16,6 +16,13 @@
margin-top: 8px;
}
}
&.minimized {
& > header, & > .window-header {
border: none;
border-radius: 4px;
margin: 0;
}
}
}
#client-settings {