Skip to content

Commit

Permalink
Move google map styles to correct stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Sep 26, 2023
1 parent 145f88e commit 0ce921c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
21 changes: 21 additions & 0 deletions funnel/assets/sass/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -467,3 +467,24 @@
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 0ce921c

Please sign in to comment.