map-alliance/src/styles.scss

25 lines
492 B
SCSS
Raw Normal View History

2019-07-02 08:41:44 -04:00
@import '~bootstrap-scss/bootstrap.scss';
2019-07-02 08:11:23 -04:00
2019-07-09 11:23:09 -04:00
:focus {
outline: none !important;
}
2019-07-02 08:11:23 -04:00
html, body { height: 100%; }
2019-07-11 14:09:08 -04:00
body {
margin: 0;
overscroll-behavior: none;
font-family: Roboto, "Helvetica Neue", sans-serif;
}
2019-07-09 12:17:47 -04:00
// Remove google maps branding
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;
}