More actions
Content deleted Content added
Created page with ".documentation { margin-top: 5px; padding-top: 5px; border-top: 1px solid; border-color: lightyellow; 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: li..." |
No edit summary |
||
Line 3: | Line 3: | ||
padding-top: 5px; |
padding-top: 5px; |
||
border-top: 1px solid; |
border-top: 1px solid; |
||
border-color: |
border-color: darkgrey; |
||
font-size: 0.75rem; |
font-size: 0.75rem; |
||
} |
} |
Revision as of 23:32, 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: 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;
}