20 lines
No EOL
318 B
CSS
20 lines
No EOL
318 B
CSS
.serverTableWrapper {
|
|
composes: tableWrapper from './Logs.module.css';
|
|
max-width: 100%;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.serverVersion {
|
|
color: var(--comet);
|
|
margin: auto 0 auto 0;
|
|
}
|
|
|
|
.headerLine2 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.uptimeContainer {
|
|
margin: auto 0 auto 0;
|
|
} |