mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-19 03:46:10 +08:00
17 lines
343 B
SCSS
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;
|
|
}
|
|
}
|