Consolidated component headers
This commit is contained in:
@ -1079,7 +1079,7 @@ input:checked + .toggle-slider:before {
|
||||
background-color: rgba(0, 0, 0, 0.02);
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
/* Remove clickable appearance since components won't be collapsible */
|
||||
cursor: default;
|
||||
}
|
||||
@ -1089,19 +1089,20 @@ input:checked + .toggle-slider:before {
|
||||
}
|
||||
|
||||
.component-short-label {
|
||||
font-size: 0.75rem;
|
||||
font-size: 1rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
color: var(--accent-color);
|
||||
margin-bottom: 0.25rem;
|
||||
font-weight: 500;
|
||||
margin-bottom: 0.5rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.component-header h3 {
|
||||
font-size: 1.2rem;
|
||||
margin: 0;
|
||||
color: var(--dark-color);
|
||||
font-weight: 600;
|
||||
.component-description {
|
||||
font-size: 0.8rem;
|
||||
color: var(--medium-color);
|
||||
margin-bottom: 0.5rem;
|
||||
font-style: italic;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.component-body {
|
||||
|
Reference in New Issue
Block a user