removed old google maps styling

This commit is contained in:
Zakary Timson 2019-08-24 09:02:24 -04:00
parent 24574c9543
commit 8df4f98b2c

View File

@ -14,28 +14,3 @@ body {
overscroll-behavior: none;
font-family: Roboto, "Helvetica Neue", sans-serif;
}
// Remove google maps branding
agm-map {
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}
.gmnoprint a, .gmnoprint span, .gm-style-cc {
display: none;
}
.gmnoprint div {
background: none !important;
}
button[title="Close"] {
display: none !important;
}
}
.mat-padding-0 {
.mat-form-field-infix {
border: 0 !important;
}
}