40 lines
521 B
Stylus
40 lines
521 B
Stylus
.footer {
|
|
font-size: 1rem;
|
|
color: var(--third-text-color);
|
|
|
|
|
|
a {
|
|
color: var(--third-text-color);
|
|
|
|
|
|
&:hover {
|
|
color: var(--primary-color);
|
|
|
|
}
|
|
}
|
|
|
|
.info-container {
|
|
padding-bottom: 1rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.info-item {
|
|
margin: 0.3rem 0;
|
|
|
|
&.ypyun-info a {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
img {
|
|
margin: 0 0.3rem;
|
|
}
|
|
}
|
|
}
|
|
|
|
.icon-animate {
|
|
animation: icon-animate 1.2s ease-in-out infinite;
|
|
}
|
|
|
|
}
|