More actions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.documentation { |
.documentation { |
||
margin-top: |
margin-top: 1rem; |
||
padding-top: |
padding-top: 1rem; |
||
border-top: 1px solid; |
border-top: 1px solid; |
||
border-color: |
border-color: rgba( 0, 0, 0, 0.08 ); |
||
font-size: 0. |
font-size: 0.875rem; |
||
} |
} |
||
Line 15: | Line 15: | ||
.documentation-title { |
.documentation-title { |
||
color: |
color: var( --color-base--emphasized ); |
||
font-size: 1. |
font-size: 1.25rem; |
||
font-weight: 600; |
font-weight: 600; |
||
line-height: 1; |
line-height: 1.25rem; |
||
} |
} |
||
Line 26: | Line 26: | ||
.documentation-subheader { |
.documentation-subheader { |
||
color: |
color: var( --color-base--subtle ); |
||
font-size: 0.75rem; |
font-size: 0.75rem; |
||
line-height: 1; |
line-height: 1.375rem; |
||
} |
} |
||
.documentation-content { |
.documentation-content { |
||
margin-top: |
margin-top: 1.5rem; |
||
} |
} |
||
.documentation-modulestats { |
.documentation-modulestats { |
||
padding: |
padding: 0.25rem; |
||
background: var( --color-surface-2 ); |
background: var( --color-surface-2 ); |
||
border-radius: |
border-radius: 8px; |
||
display: flex; |
display: flex; |
||
align-items: center; |
align-items: center; |
Latest revision as of 16:00, 29 September 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;
}