make basic properties in weapon editable
This commit is contained in:
parent
91694af3e9
commit
3dd459660e
5 changed files with 41 additions and 20 deletions
|
@ -2,19 +2,21 @@
|
|||
font-family: $font-primary;
|
||||
}
|
||||
|
||||
.sheet-header {
|
||||
$header-top-margin: 5px;
|
||||
|
||||
header.sheet-header {
|
||||
flex: 0 0 210px;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
margin-bottom: 10px;
|
||||
align-items: flex-start;
|
||||
|
||||
.profile-img {
|
||||
flex: 0 0 100px;
|
||||
height: 100px;
|
||||
margin-right: 10px;
|
||||
margin: $header-top-margin 10px $header-top-margin 0;
|
||||
}
|
||||
|
||||
.header-fields {
|
||||
|
@ -24,7 +26,7 @@
|
|||
h1.charname {
|
||||
height: 50px;
|
||||
padding: 0px;
|
||||
margin: 5px 0;
|
||||
margin: $header-top-margin 0;
|
||||
border-bottom: 0;
|
||||
input {
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue