forked from GitHub-Mirrors/foundry-sw5e
character sheet added, light theme only
This commit is contained in:
parent
e7ec90c944
commit
d217b00916
16 changed files with 2833 additions and 22 deletions
|
@ -1,11 +1,22 @@
|
|||
#sidebar {
|
||||
border: none; //1px solid @colorBlue;
|
||||
&.collapsed {
|
||||
#sidebar-tabs {
|
||||
min-height: 370px;
|
||||
justify-content: center;
|
||||
& > .item.active {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#sidebar-tabs {
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
justify-content: space-between;
|
||||
.dropShadow1();
|
||||
|
||||
.item {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
@ -15,6 +26,7 @@
|
|||
background: none;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/*-----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue