Skip to content

Commit

Permalink
Update Use of Funds content and design
Browse files Browse the repository at this point in the history
- Fix missing styles in local selector
- Add a new Use of Funds page
- Remove old styles and unused components

Ticket: https://phabricator.wikimedia.org/T381411
  • Loading branch information
Abban committed Dec 5, 2024
1 parent 5a3470b commit c62541f
Show file tree
Hide file tree
Showing 15 changed files with 542 additions and 485 deletions.
4 changes: 1 addition & 3 deletions src/components/layout/LocaleSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,10 @@ useDetectOutsideClick( localeSelectorRef, handleLocaleItemBlur );
}
.chevron-down-icon {
--chevron-stroke: #{colors.$primary};
width: 10px;
margin-left: 4px;
margin-top: 3px;
path {
stroke: colors.$primary;
}
}
}
Expand Down
1 change: 1 addition & 0 deletions src/components/pages/DonationConfirmation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ h2.icon-title {
}
.mobile-call-to-action {
--chevron-stroke: #{colors.$white};
position: fixed;
bottom: 0;
height: 64px;
Expand Down
Loading

0 comments on commit c62541f

Please sign in to comment.