style: move Clear All button to left side next to filter buttons (Task 11.1)
Moved Clear All from right-aligned separate sibling into the pathway-filters__buttons group. Removed justify-content: space-between from .pathway-filters. Added thin vertical separator between Directorates and Clear All for visual distinction.
This commit is contained in:
@@ -198,11 +198,15 @@ body {
|
||||
border-bottom: 2px solid var(--nhs-blue);
|
||||
padding: 8px 20px;
|
||||
display: flex; align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.pathway-filters__buttons {
|
||||
display: flex; align-items: center; gap: 8px;
|
||||
}
|
||||
.pathway-filters__separator {
|
||||
width: 1px; height: 24px;
|
||||
background: var(--nhs-pale-grey);
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
/* Toggle pills */
|
||||
.toggle-pills {
|
||||
|
||||
Reference in New Issue
Block a user