Updated
This commit is contained in:
@@ -1,15 +1,64 @@
|
||||
/* dsc01 — Vital Signs — v0.1.0 */
|
||||
/* dsc01 — DSC Categories — v0.3.0 */
|
||||
|
||||
/* --- Layout --- */
|
||||
|
||||
.dsc01-content {
|
||||
max-width: 48rem;
|
||||
}
|
||||
|
||||
/* --- Header --- */
|
||||
|
||||
.dsc01-header h2 {
|
||||
margin-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
/* --- Content --- */
|
||||
|
||||
/* --- Directory (aside) --- */
|
||||
.dsc01-category {
|
||||
border: 1px solid var(--bs-border-color, #dee2e6);
|
||||
border-radius: 0.375rem;
|
||||
padding: 0.75rem 1rem;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
/* --- Directory: Core tab --- */
|
||||
.dsc01-category-label {
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* --- Directory: Tier tabs --- */
|
||||
.dsc01-questions {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
.dsc01-questions summary {
|
||||
cursor: pointer;
|
||||
color: var(--bs-secondary-color, #6c757d);
|
||||
}
|
||||
|
||||
.dsc01-questions ul {
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: 0;
|
||||
padding-left: 1.25rem;
|
||||
}
|
||||
|
||||
.dsc01-narrative textarea {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* --- Category nav (index) --- */
|
||||
|
||||
.dsc01-category-nav .list-group-item p {
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
|
||||
/* --- Association picker --- */
|
||||
|
||||
.dsc01-association-picker {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
/* --- Placeholder states --- */
|
||||
|
||||
.dsc01-placeholder {
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user