Skip to content

Commit

Permalink
Move google map styles to correct stylesheet (#1882)
Browse files Browse the repository at this point in the history
* Move google map styles to correct stylesheet

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
vidya-ram and pre-commit-ci[bot] authored Sep 26, 2023
1 parent 189692b commit eafb5ab
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
20 changes: 20 additions & 0 deletions funnel/assets/sass/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -467,3 +467,23 @@
border: none;
background-image: none;
}

// ============================================================================
// Google Map in the form
// ============================================================================

.map {
position: relative;
.map__marker {
margin-top: $mui-grid-padding * 0.5;
width: 100%;
height: 40em;
}
.map__clear {
position: absolute;
top: 22px;
right: 0;
z-index: 2;
background: #fff;
}
}
16 changes: 0 additions & 16 deletions funnel/assets/sass/pages/project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -589,22 +589,6 @@
background: $mui-bg-color-primary;
}

.map {
position: relative;
.map__marker {
margin-top: $mui-grid-padding * 0.5;
width: 100%;
height: 40em;
}
.map__clear {
position: absolute;
top: 22px;
right: 0;
z-index: 2;
background: #fff;
}
}

.label {
padding: 4px 8px;
font-size: 12px;
Expand Down

0 comments on commit eafb5ab

Please sign in to comment.