You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aggregation-platform/plugins/kubernetes/less/podLog.less

36 lines
458 B

.pod-log-lines * {
padding-left: 5px;
padding-right: 5px;
font-family: monospace;
margin: 0;
line-height: 14px;
.black {
color: #222;
}
.red {
color: #f22;
}
.green {
color: #2f2;
}
.yellow {
color: #ff2;
}
.blue {
color: #22f;
}
.purple {
color: #f2f;
}
.cyan {
color: #2dd;
}
.white {
color: #ddd;
}
}
.top-bottom-middle{
line-height: 34px;
}