.documentation {
margin-top: 5px;
padding-top: 5px;
border-top: 1px solid;
border-color: darkgrey;
font-size: 0.75rem;
}
.documentation-header {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.documentation-title {
color: grey;
font-size: 1.2rem;
font-weight: 600;
line-height: 1;
}
.documentation-links {
font-family: monospace;
}
.documentation-subheader {
color: lightgrey;
font-size: 0.75rem;
line-height: 1;
}
.documentation-content {
margin-top: 20px;
}
.documentation-modulestats {
padding: 3px;
background: var( --color-surface-2 );
border-radius: 5px;
display: flex;
align-items: center;
justify-content: space-between;
}
.documentation-modulestats > * {
margin: 0 !important;
}