Skip to content

Commit

Permalink
Refactor MinesPage dropdown button styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
matbusby-fw committed Jan 7, 2025
1 parent 4b8fe6c commit 72d26b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 3 additions & 2 deletions services/minespace-web/src/components/pages/MinesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,11 @@ export const MinesPage = () => {
key: "add",
label: (
<Button
className="actions-dropdown-button menu-item-button fa-icon-container"
type="link"
href="https://submit.digital.gov.bc.ca/app/form/submit?f=0cdcf6c4-bbad-429e-b17b-4031d8960ae3"
target="_blank"
icon={<FontAwesomeIcon icon={faPlus} className="margin-medium--right" />}
icon={<FontAwesomeIcon icon={faPlus} />}
>
Request Access To Mine
</Button>
Expand All @@ -122,7 +123,7 @@ export const MinesPage = () => {
key: "remove",
label: (
<Button
className="mines-page-remove-mine-link"
className="actions-dropdown-button menu-item-button fa-icon-container color-error"
type="link"
href="https://submit.digital.gov.bc.ca/app/form/submit?f=85bbab24-2f58-4b68-9687-659b2c9c1978"
target="_blank"
Expand Down
4 changes: 0 additions & 4 deletions services/minespace-web/src/styles/components/MinesPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@
border-radius: 3px;
padding: 20px;
}

.mines-page-remove-mine-link {
color: $alert-red !important;
}

0 comments on commit 72d26b3

Please sign in to comment.