15 lines
291 B
CSS
15 lines
291 B
CSS
/* You can add global styles to this file, and also import other style files */
|
|
|
|
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
|
|
@import '~bootstrap/dist/css/bootstrap.min.css';
|
|
|
|
body {
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.gm-style-iw-a {
|
|
opacity: 0.8 !important;
|
|
}
|