Began implementing actual character sheet
This commit is contained in:
11
rpg-docs/client/views/character/characterSheet.css
Normal file
11
rpg-docs/client/views/character/characterSheet.css
Normal file
@@ -0,0 +1,11 @@
|
||||
#characterSheetTabs {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-around;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.characterTab {
|
||||
flex-grow: 1;
|
||||
min-width: 100px;
|
||||
}
|
||||
Reference in New Issue
Block a user