misuzu/assets/less/mio/classes/footer.less

17 lines
266 B
Text
Raw Normal View History

2018-04-16 00:33:54 +00:00
.footer {
flex: 0 0 auto;
2018-03-22 02:56:41 +00:00
text-align: center;
font-size: .9em;
line-height: 1.5em;
padding: 1em 0;
2018-03-22 02:56:41 +00:00
&__link {
2018-03-22 02:56:41 +00:00
color: inherit;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}