-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
30 lines (25 loc) · 931 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css';
html, body {
font-family: Roboto, Arial, sans-serif;
height: 100%;
height: 100vh;
max-height: 100%;
max-height: 100vh;
margin: 0;
overflow: hidden;
}
.basic-container {
padding: 5px;
}
.version-info {
font-size: 8pt;
float: right;
}
body > app-root > div > div > div.col-md-8 > app-map > agm-map > div.agm-map-container-inner.sebm-google-map-container-inner > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div.gm-style-iw > div:nth-child(1) > div {
max-width: 500px !important;
max-height: 200px !important;
}
body > app-root > div > div > div.col-md-8 > app-map > agm-map > div.agm-map-container-inner.sebm-google-map-container-inner > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div.gm-style-iw > div:nth-child(1) > div > img {
height: 200px !important;
float: left;
}