Files
DiceCloud/app/client/views/paperTemplates/infoBox/infoBox.css
2018-05-21 14:21:07 +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;
}