-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
79 lines (67 loc) · 1.15 KB
/
style.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
@import 'node_modules/ol/ol.css';
@import 'node_modules/ol-ext/dist/ol-ext.css';
@import 'node_modules/@esri/calcite-components/dist/calcite/calcite.css';
@import 'node_modules/bootstrap/dist/css/bootstrap.min.css';
html,
body,
#map {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
div {
display: block;
unicode-bidi: isolate;
}
h1 {
display: block;
font-size: 2em;
margin-block-start: 0.67em;
margin-block-end: 0.67em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
unicode-bidi: isolate;
}
#map-loader {
position: absolute;
z-index: 1;
display: none;
}
#searchBarContainer {
position: absolute;
top: 10px;
right: 10px;
width: 300px;
z-index: 1;
}
.hideData {
display: none;
}
.showData {
display: flex;
}
.headerPart {
display: block;
unicode-bidi: isolate-override;
}
.innerHeader {
display: flex;
max-height: 52px;
}
.logoPartContainer .buttonPartContainer {
display: flex;
}
.icona {
height: 3rem;
padding: 2px 5px 2px 0.5rem;
}
.headerText {
display: inline;
margin: auto 0;
font-size: 1.17em;
}