add item type to weapon sheet
This commit is contained in:
parent
1437dd6ee1
commit
e51376dc02
10 changed files with 101 additions and 39 deletions
|
@ -26,14 +26,29 @@ header.sheet-header {
|
|||
h1.charname {
|
||||
height: 50px;
|
||||
padding: 0px;
|
||||
margin: $header-top-margin 0;
|
||||
margin: $header-top-margin 10px $header-top-margin 0;
|
||||
border-bottom: 0;
|
||||
input {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
font-family: $font-heading;
|
||||
display: block;
|
||||
}
|
||||
h2.item-type {
|
||||
font-family: $font-heading;
|
||||
display: block;
|
||||
height: 50px;
|
||||
padding: 0px;
|
||||
flex: 0 0 0;
|
||||
color: $c-light-grey;
|
||||
border: none;
|
||||
line-height: 50px;
|
||||
margin: $header-top-margin 0;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -42,17 +57,6 @@ header.sheet-header {
|
|||
}
|
||||
|
||||
.sheet-body,
|
||||
.sheet-body .tab,
|
||||
.sheet-body .tab .editor {
|
||||
.sheet-body .tab {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.tox {
|
||||
.tox-editor-container {
|
||||
background: $c-white;
|
||||
}
|
||||
|
||||
.tox-edit-area {
|
||||
padding: 0 8px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue