Files
DiceCloud/rpg-docs/client/views/characterList/characterPicker/characterPicker.css
2017-09-07 14:36:45 +02:00

18 lines
311 B
CSS

.characterPicker .character-name {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.characterPicker .partyHead {
font-weight: 500;
}
.characterPicker .partyHead iron-icon {
transition: transform 0.3s ease;
}
.characterPicker .partyHead iron-icon.open {
transform: rotate(90deg);
}