mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
.details-panel.logs {
|
|
background-color: @gray-darkest;
|
|
-webkit-user-select: text;
|
|
font-family: @font-code;
|
|
font-size: 12px;
|
|
padding: 20px 18px;
|
|
color: @gray-lightest;
|
|
white-space: pre-wrap;
|
|
p {
|
|
margin-bottom: 0px;
|
|
}
|
|
}
|