Implemented item editing
This commit is contained in:
28
rpg-docs/client/views/character/effectEdit/effectEdit.css
Normal file
28
rpg-docs/client/views/character/effectEdit/effectEdit.css
Normal file
@@ -0,0 +1,28 @@
|
||||
body /deep/ #statGroupDropDown {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
body /deep/ #statDropDown {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
body /deep/ #operationDropDown {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
body /deep/ #damageMultiplierDropDown {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
body /deep/ #proficiencyDropDown {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
html /deep/ paper-input {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
html /deep/ .featureEffect {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
}
|
||||
Reference in New Issue
Block a user