Skip to content

Commit

Permalink
DBC22-1880: edits and polish
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrel-oxd committed Mar 25, 2024
1 parent 732a614 commit 32de7ce
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/frontend/src/Components/map/RouteSearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,19 @@
z-index: 5;

.swap-button{
position: relative;
display: row;
top: -53px;
left: 292px;
position: absolute;
top: 30px;
right: 0px;
padding: 8px 4px 8px 4px;
gap: 6px;
color: black;
color: $Type-Link;
border-radius: 32px 32px 32px 32px;
border: 1px 0px 0px 0px;
opacity: 0px;
border: 1px solid #D9D9D9;
background: #FFFFFF;
background: $White;

&:hover {
background-color: grey;
background: $Type-Link;
color: $White;
}
}

Expand Down

0 comments on commit 32de7ce

Please sign in to comment.