Files
polaris/pkg/dashboard/assets/css/footer.css
2020-12-09 20:35:59 -07:00

27 lines
350 B
CSS

.footer {
text-align: center;
font-size: 14px;
padding-top: 10px;
padding-bottom: 30px;
display: flex;
flex-direction: column;
}
.footer .row {
margin: 0;
justify-content: space-between;
}
.footer a {
color: #200C36;
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}
.footer > div {
width: 200px;
}