misuzu/assets/less/classes/footer.less
2018-09-30 23:10:51 +02:00

17 lines
350 B
Text

.footer {
background: linear-gradient(0deg, var(--gradient-start), transparent) repeat-x;
flex: 0 0 auto;
text-align: center;
font-size: .9em;
line-height: 1.5em;
padding: 1em 0;
&__link {
color: inherit;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}