mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-19 06:21:56 +08:00
28 lines
428 B
SCSS
28 lines
428 B
SCSS
.logs-card {
|
|
flex: 1;
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.logs-panel {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 0;
|
|
list-style: none;
|
|
padding: 10px;
|
|
border-radius: 2px;
|
|
background-color: #f3f6f9;
|
|
font-size: 14px;
|
|
color: #73808f;
|
|
overflow-y: auto;
|
|
|
|
li {
|
|
line-height: 20px;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.logs-panel-time {
|
|
margin-right: 10px;
|
|
color: #adb7c3;
|
|
}
|