v0.1.4-pre.010
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: crates/ksp-app-config-desk/frontend/sass/_app.scss
|
||||
// version: 3
|
||||
// version: 4
|
||||
|
||||
$app-header-height: 72px;
|
||||
$app-footer-height: 42px;
|
||||
@@ -91,3 +91,23 @@ body {
|
||||
#configDocumentsTable tbody tr {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.app-profile-metadata dd,
|
||||
.app-profile-json,
|
||||
#profileOriginsTable td:first-child,
|
||||
#profileEnvironmentProvenanceTable td:first-child,
|
||||
#profileEnvironmentProvenanceTable td:nth-child(2) {
|
||||
font-family: var(--bs-font-monospace);
|
||||
}
|
||||
|
||||
.app-profile-json {
|
||||
min-height: 280px;
|
||||
max-height: 460px;
|
||||
overflow: auto;
|
||||
padding: 0.875rem;
|
||||
border: 1px solid var(--bs-border-color);
|
||||
border-radius: var(--bs-border-radius);
|
||||
background: var(--bs-body-bg);
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user