feat(FN-3200): align settings heading indentation and gutters
Aligns the settings modal heading indentation and subsection heading underlines to a consistent CSS contract, adding tests to lock the alignment behavior across both desktop and mobile viewports. Fusion-Task-Id: FN-3200
This commit is contained in:
@@ -359,8 +359,8 @@
|
||||
.settings-section-heading {
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
padding: var(--space-lg) var(--space-xl) var(--space-md);
|
||||
margin: 0 var(--space-xl) 0;
|
||||
padding: var(--space-lg) 0 var(--space-md);
|
||||
margin: 0;
|
||||
color: var(--text);
|
||||
border-bottom: 1px solid var(--border);
|
||||
margin-bottom: var(--space-xs);
|
||||
@@ -1473,8 +1473,8 @@
|
||||
}
|
||||
|
||||
.settings-section-heading {
|
||||
padding: var(--space-lg) var(--space-lg) var(--space-md);
|
||||
margin: 0 var(--space-lg) 0;
|
||||
padding: var(--space-lg) 0 var(--space-md);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.settings-plugins-subsection-toggle {
|
||||
|
||||
Reference in New Issue
Block a user