Files
DiceCloud/rpg-docs/client/views/paperTemplates/infoBox/infoBox.css
2017-09-27 16:19:00 +02:00

16 lines
199 B
CSS

.infoBox iron-icon {
color: #747474;
color: rgba(0,0,0,0.54);
height: 32px;
width: 32px;
margin-right: 12px;
}
.infoBox > div > p {
margin: 0;
}
.infoBox > div > p + p {
margin-top: 10px;
}