More actions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
.documentation-content { |
.documentation-content { |
||
margin-top: |
margin-top: 5px; |
||
} |
} |
||
Revision as of 23:54, 28 September 2024
.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: 5px;
}
.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;
}