misuzu/assets/less/manage/classes/footer.less

14 lines
201 B
Text
Raw Normal View History

2018-03-27 03:15:03 +00:00
.footer {
text-align: center;
2018-03-28 00:35:37 +00:00
padding: 2px 0;
2018-03-27 03:15:03 +00:00
&__link {
text-decoration: none;
color: inherit;
&:hover {
text-decoration: underline;
}
}
}