Consolidated component headers
This commit is contained in:
@ -111,15 +111,17 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.component-short-label { display: none !important; }
|
||||
.component-short-label { display: block !important; }
|
||||
.component-description { display: none !important; }
|
||||
|
||||
/* Improved typography for preview mode */
|
||||
.component-header h3 {
|
||||
font-size: 1.4rem !important;
|
||||
.component-short-label {
|
||||
font-size: 1.2rem !important;
|
||||
margin-bottom: 1rem !important;
|
||||
color: #000 !important;
|
||||
border-bottom: 1px solid #eee !important;
|
||||
padding-bottom: 0.5rem !important;
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
`;
|
||||
|
||||
|
Reference in New Issue
Block a user