add item type to weapon sheet
This commit is contained in:
parent
1437dd6ee1
commit
e51376dc02
10 changed files with 101 additions and 39 deletions
|
@ -1,10 +1,13 @@
|
|||
.basic-property {
|
||||
.basic-property-label {
|
||||
font-weight: bold;
|
||||
}
|
||||
.basic-properties {
|
||||
flex: 0 0 100%;
|
||||
.basic-property {
|
||||
.basic-property-label {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.basic-property-select {
|
||||
display: block;
|
||||
width: 100%;
|
||||
.basic-property-select {
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
flex: 0 0 150px;
|
||||
margin: 5px 5px 5px 0;
|
||||
padding-right: 5px;
|
||||
border-right: 2px groove #eeede0;
|
||||
border-right: 2px groove $c-border-groove;
|
||||
|
||||
.side-property {
|
||||
margin: 2px 0;
|
||||
|
@ -23,3 +23,17 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sheet-body .tab .editor {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.tox {
|
||||
.tox-editor-container {
|
||||
background: $c-white;
|
||||
}
|
||||
|
||||
.tox-edit-area {
|
||||
padding: 0 8px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
nav.tabs {
|
||||
height: 40px;
|
||||
border-top: 2px groove #eeede0;
|
||||
border-bottom: 2px groove #eeede0;
|
||||
border-top: 2px groove $c-border-groove;
|
||||
border-bottom: 2px groove $c-border-groove;
|
||||
|
||||
.item {
|
||||
line-height: 40px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue