misuzu/assets/less/manage/classes/footer.less
2018-03-27 05:15:03 +02:00

13 lines
199 B
Text

.footer {
text-align: center;
padding: 1em;
&__link {
text-decoration: none;
color: inherit;
&:hover {
text-decoration: underline;
}
}
}