|
.layout-footer {
|
|
font-size: 1rem;
|
|
padding: 2rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
|
|
a {
|
|
color: var(--text-color);
|
|
font-weight: 600;
|
|
}
|
|
|
|
.layout-footer-right {
|
|
a {
|
|
i {
|
|
color: var(--text-secondary-color);
|
|
font-size: 1.5rem;
|
|
}
|
|
}
|
|
}
|
|
} |