@postnord/web-components
Version:
PostNord Web Components
23 lines • 426 B
CSS
/* Global utility variables */
/* Input styles */
/* Transition variables */
pn-footer {
color: #5e554a;
padding-bottom: 2em;
display: block;
}
pn-footer .pn-footer-row {
padding: 0.2em 0;
font-size: 0.9em;
text-align: center;
}
pn-footer .pn-footer-row p {
margin: 0 0.2em 0 0;
display: inline-block;
}
pn-footer pn-text-link {
margin-right: 0.5em;
}
pn-footer pn-text-link:last-child {
margin-right: 0;
}