blob: b02094279d59b3171a24d096a4311603e20d283e [file]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*/
.depInfo {
margin: 0 0 1.5rem;
}
.note {
margin: 0 0 0.75rem;
}
.depTable {
display: table;
width: 100%;
margin: 0 0 1rem;
border-collapse: collapse;
table-layout: fixed;
}
.depTable tbody,
.depTable tr {
display: table-row-group;
}
.depTable tr {
display: table-row;
}
/* Compact cells; the left label column is narrow and vertically top-aligned. */
.depTable th,
.depTable td {
border: 1px solid var(--ifm-table-border-color);
padding: 0.4rem 0.6rem;
vertical-align: top;
text-align: left;
}
.artifactHeading {
background: var(--ifm-table-stripe-background, rgba(0, 0, 0, 0.03));
font-size: 0.95rem;
}
.rowLabel {
width: 5.5rem;
white-space: nowrap;
font-weight: 600;
}
/* Kill the default block-code margins so the copyable XML sits flush in its cell. */
.mavenCell :global(.theme-code-block),
.mavenCell pre {
margin: 0;
}
.linksCell {
line-height: 1.8;
}
/* Keep all in-table links (Jar, OSGi, Maven Central, Javadocs, Source) visually
consistent regardless of Docusaurus's internal-vs-external link rendering. */
.depTable a {
text-decoration: underline dotted;
}