2018-04-16 02:33:54 +02:00
|
|
|
.footer {
|
2018-09-30 23:10:51 +02:00
|
|
|
background: linear-gradient(0deg, var(--gradient-start), transparent) repeat-x;
|
2018-08-14 22:03:35 +02:00
|
|
|
flex: 0 0 auto;
|
2018-03-22 02:56:41 +00:00
|
|
|
text-align: center;
|
|
|
|
font-size: .9em;
|
|
|
|
line-height: 1.5em;
|
2018-08-14 22:11:41 +02:00
|
|
|
padding: 1em 0;
|
2018-03-22 02:56:41 +00:00
|
|
|
|
2018-08-14 22:11:41 +02:00
|
|
|
&__link {
|
2018-03-22 02:56:41 +00:00
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|