Skip to content

Commit

Permalink
Align the "Search Map" button to the right in Map Browser page (repor…
Browse files Browse the repository at this point in the history
…ted in #12)
  • Loading branch information
nelsonamaya82 committed Nov 21, 2024
1 parent a371045 commit 7fbb44f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion asset/css/style.css

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions asset/sass/components/advanced-search/_advanced-search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,23 @@
margin-left: auto;
margin-right: auto;
margin-top: 25px;
overflow: auto;

&::after {
content: "";
clear: both;
display: table;
}

input,
select {
margin-bottom: 8px !important;
}

button[type="submit"] {
float: right;
}

.advanced-search-content {
display: flex;
align-items: flex-start;
Expand All @@ -27,6 +38,12 @@
}

.items.search & {
overflow: initial;

&::after {
content: none;
}

.advanced-search-content {
@media (min-width: $lg) {
margin-bottom: -105px;
Expand Down

0 comments on commit 7fbb44f

Please sign in to comment.