1Panel/frontend/src/components/app-layout/footer/index.scss
2023-01-31 14:18:52 +08:00

17 lines
343 B
SCSS

.footer {
height: 45px;
background: #ffffff;
border-top: 1px solid #e4e7ed;
a {
font-size: 14px;
color: #858585;
text-decoration: none;
letter-spacing: 0.5px;
}
span {
font-size: 14px;
color: #858585;
text-decoration: none;
letter-spacing: 0.5px;
}
}