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,9 +2,9 @@
#nav-toggle {
background: @foundryNavBgColor;
color: @foundryNavTextColor;
.nav-item {
transform: rotate(-90deg);
}
}
.nav-item {
border: 1px solid @foundryNavBorderColor;
@ -39,6 +39,7 @@
border: 1px solid @foundryNavBorderColor;
box-shadow: none;
&:hover {
background: @foundryNavBgColor;
box-shadow: 0 0 8px @foundryNavContextShadow;
}
&.active {
@ -55,8 +56,9 @@
background: @sidebarTabBackground;
border: none;
margin: 0;
padding: 8px;
padding: 0 8px;
font-size: 17px;
line-height: 30px;
.dropShadow1();
border-radius: 4px 4px 0 0;
.players-mode {