mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-06 12:11:02 +01:00
28 lines
615 B
Plaintext
28 lines
615 B
Plaintext
@import (reference) "../../../core/client/less/mt-var.less";
|
|
|
|
.system-panel {
|
|
.panel-heading {
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
small {
|
|
color: #888;
|
|
font-weight: 400;
|
|
}
|
|
}
|
|
.panel-desc {
|
|
border-bottom: solid 1px #ddd;
|
|
padding: 10px 15px 5px;
|
|
background-color: @alert-warning-bg;
|
|
}
|
|
.panel-filelist {
|
|
border-bottom: solid 1px #ddd;
|
|
padding: 10px 15px;
|
|
background-color: #fafbfc;
|
|
}
|
|
.panel-body {
|
|
padding: 0;
|
|
.CodeMirror {
|
|
min-height: 450px;
|
|
}
|
|
}
|
|
} |