aomretoldpgg>Adam No edit summary |
m 1 revision imported |
||
(No difference)
|
Latest revision as of 04:53, 22 November 2024
.documentation {
margin-top: 1rem;
padding-top: 1rem;
border-top: 1px solid;
border-color: rgba( 0, 0, 0, 0.08 );
font-size: 0.875rem;
}
.documentation-header {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.documentation-title {
color: var( --color-base--emphasized );
font-size: 1.25rem;
font-weight: 600;
line-height: 1.25rem;
}
.documentation-links {
font-family: monospace;
}
.documentation-subheader {
color: var( --color-base--subtle );
font-size: 0.75rem;
line-height: 1.375rem;
}
.documentation-content {
margin-top: 1.5rem;
}
.documentation-modulestats {
padding: 0.25rem;
background: var( --color-surface-2 );
border-radius: 8px;
display: flex;
align-items: center;
justify-content: space-between;
}
.documentation-modulestats > * {
margin: 0 !important;
}