|
|
@@ -46,6 +46,11 @@
|
|
|
transition: background-color, color 0.15s ease-in-out;
|
|
|
}
|
|
|
|
|
|
+.text-xs {
|
|
|
+ font-size: $font-size-xs;
|
|
|
+ line-height: $line-height-sm;
|
|
|
+}
|
|
|
+
|
|
|
body {
|
|
|
background-color: var(--nbx-body-bg);
|
|
|
color: var(--nbx-body-color);
|
|
|
@@ -92,6 +97,25 @@ body {
|
|
|
stroke: $gray-200;
|
|
|
}
|
|
|
}
|
|
|
+ table {
|
|
|
+ &.table > :not(caption) > * > * {
|
|
|
+ padding-left: $table-cell-padding-x-sm !important;
|
|
|
+ padding-right: $table-cell-padding-x-sm !important;
|
|
|
+ }
|
|
|
+ td,
|
|
|
+ th {
|
|
|
+ font-size: $font-size-xs;
|
|
|
+ line-height: $line-height-sm;
|
|
|
+ vertical-align: middle;
|
|
|
+ }
|
|
|
+ &.attr-table {
|
|
|
+ td,
|
|
|
+ th {
|
|
|
+ font-size: $font-size-sm;
|
|
|
+ line-height: $line-height-sm;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
div.title-container {
|
|
|
@@ -499,10 +523,6 @@ table tbody {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
-table td,
|
|
|
-table th {
|
|
|
- font-size: $font-size-sm;
|
|
|
-}
|
|
|
|
|
|
// Cable Tracing
|
|
|
.cable-trace {
|