Skip to content

Commit

Permalink
DBC22-1880: adjusted styling for delays and cameras pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrel-oxd committed Mar 26, 2024
1 parent c91fc27 commit 3c3f468
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/src/Components/map/RouteSearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
top: 30px;
right: 4px;
padding: 8px 4px 8px 4px;
gap: 6px;
color: $Type-Link;
border-radius: 32px 32px 32px 32px;
border: 1px solid #D9D9D9;
Expand Down
8 changes: 8 additions & 0 deletions src/frontend/src/pages/CamerasListPage.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import "../styles/variables.scss";

.cameras-page {
.outer-container {
padding-bottom: 0;

Expand All @@ -21,11 +22,17 @@
}

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

@media (max-width: 768px) {
width: 100%;
}
.swap-button{
position: absolute;
top: 14px;
right: -10px;
}
}
}

Expand Down Expand Up @@ -54,3 +61,4 @@
margin-top: 2rem;
}
}
}
6 changes: 6 additions & 0 deletions src/frontend/src/pages/EventsListPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@

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

@media (max-width: 768px) {
width: 100%;
}
.swap-button{
position: absolute;
top: 14px;
right: -10px;
}
}
}

Expand Down

0 comments on commit 3c3f468

Please sign in to comment.