mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-05 03:43:56 +00:00
14 lines
277 B
CSS
14 lines
277 B
CSS
.console-container {
|
|
padding-top: 5px;
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.console-container .nav-link {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.text__new-line, .card.warnings-card .list-group-item, .card.errors-card .list-group-item {
|
|
white-space: pre-wrap;
|
|
font-family: monospace;
|
|
}
|