Files
DiceCloud/rpg-docs/client/views/character/effects/effectEdit/effectEdit.css
2017-05-10 16:39:36 +02:00

26 lines
351 B
CSS

.effectEdit .operationDropDown {
width: 152px;
}
.effectEdit .statDropDown {
width: 152px;
}
.effectEdit .damageMultiplierDropDown {
width: 152px;
}
.effectEdit .deleteEffect {
flex-shrink: 0;
}
.effectEdit .effect-table-view {
align-self: center;
color: #757575;
color: rgba(0,0,0,0.54);
}
.effectEdit .iron-selected {
color: #ad2a1f;
}