Files
DiceCloud/rpg-docs/client/views/private/characterList/characterSideList.css
Stefan Zermatten 37268495ae Got some Polymer 1.0 elements working with 1.4
Character sheets now visible, but vulcanize broke, using raw head imports instead
2016-12-22 11:15:30 +02:00

24 lines
422 B
CSS

.singleLineItem {
color: black;
color: rgba(0, 0, 0, 0.870588);
cursor: pointer;
overflow: hidden;
padding: 8px 0 8px 16px;
text-overflow: ellipsis;
white-space: nowrap;
text-decoration: none;
}
.singleLineItem iron-icon {
height: 8px;
margin-right: 8px;
width: 8px;
}
.singleLineItem div {
text-overflow: ellipsis;
/* Required for text-overflow to do anything */
white-space: nowrap;
overflow: hidden;
}