2019-07-11 18:04:20 -04:00
|
|
|
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
|
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-11 23:18:44 -04:00
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
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;
|
|
|
|
}
|
2019-07-11 18:04:20 -04:00
|
|
|
|
|
|
|
.mat-padding-0 {
|
|
|
|
.mat-form-field-infix {
|
|
|
|
border: 0 !important;
|
|
|
|
}
|
|
|
|
}
|