Skip to content

Commit

Permalink
DBC22-1604: styling fix for swap button
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-oxd committed May 23, 2024
1 parent 43f72be commit ef6ec38
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/frontend/src/Components/routing/RouteSearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

.routing-container {
// background: white;
position: relative;
padding: 1rem 1rem 0;
z-index: 5;

Expand Down
7 changes: 4 additions & 3 deletions src/frontend/src/pages/CamerasListPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,16 @@
}

.routing-container {
position:relative;
position: relative;
padding: 0;

@media (max-width: 767px) {
width: 100%;
}
.swap-button{

.swap-button {
position: absolute;
top: 14px;
top: 22px;
right: -10px;
}
}
Expand Down
5 changes: 3 additions & 2 deletions src/frontend/src/pages/EventsListPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,16 @@
}

.routing-container {
position: relative;
padding: 0;
position:relative;

@media (max-width: 767px) {
width: 100%;
}

.swap-button{
position: absolute;
top: 14px;
top: 22px;
right: -10px;
}
}
Expand Down

0 comments on commit ef6ec38

Please sign in to comment.