Files
DiceCloud/rpg-docs/client/views/character/effects/effectEdit/effectEdit.css
2015-05-27 13:13:51 +02:00

23 lines
314 B
CSS

html /deep/ .operationDropDown {
width: 152px;
}
html /deep/ .statDropDown {
width: 152px;
}
html /deep/ .damageMultiplierDropDown {
width: 152px;
}
html /deep/ .effectEdit paper-input {
position: relative;
bottom: 5px;
}
html /deep/ .effectEdit {
height: 64px;
display: flex;
align-items: flex-end;
}