mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-09 00:20:26 +08:00
32 lines
427 B
CSS
32 lines
427 B
CSS
|
|
td {
|
||
|
|
vertical-align: top;
|
||
|
|
}
|
||
|
|
td.title {
|
||
|
|
width: 10em;
|
||
|
|
}
|
||
|
|
.result-box .row {
|
||
|
|
line-height: 1.8;
|
||
|
|
}
|
||
|
|
.result-box .button-box {
|
||
|
|
margin-top: 1em;
|
||
|
|
}
|
||
|
|
.logs-box {
|
||
|
|
max-height: 12em;
|
||
|
|
overflow-y: auto;
|
||
|
|
}
|
||
|
|
.logs-box .row {
|
||
|
|
line-height: 1.8;
|
||
|
|
}
|
||
|
|
.logs-box::-webkit-scrollbar {
|
||
|
|
width: 6px;
|
||
|
|
}
|
||
|
|
h4 {
|
||
|
|
font-weight: normal !important;
|
||
|
|
}
|
||
|
|
.green {
|
||
|
|
color: #21ba45;
|
||
|
|
}
|
||
|
|
.red {
|
||
|
|
color: #db2828;
|
||
|
|
}
|
||
|
|
/*# sourceMappingURL=installPopup.css.map */
|