-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
71 lines (58 loc) · 1.39 KB
/
style.css
File metadata and controls
71 lines (58 loc) · 1.39 KB
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
@import "./Style/custom_ol.css";
@import "./Style/custom_bootstrap.css";
html, body {
margin: 0;
height: 100%;
}
#map {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
}
.ol-side-panel-tabs > button.active {
color: var(--asm-light1) !important;
background-color: var(--asm-dark1) !important;
}
.ol-side-panel-tabs, .ol-side-panel-tabs > button {
color: var(--asm-dark1);
background-color: var(--asm-light1);
}
.ol-side-panel-tabs > button:hover {
color:var(--asm-light1);
background-color: var(--asm-dark1);
}
.ol-side-panel-content {
background-color:var(--asm-light1) ;
}
.ol-side-panel-close:hover {
color: var(--asm-dark1);
}
.no-border-btn {
border: solid 0px transparent !important;
border-left: solid 2px transparent !important;
}
.no-border-btn:hover,
.no-border-btn:focus,
.no-border-btn:disabled {
border-left: solid 2px var(--asm-dark1) !important;
}
.edition-container {
padding: 0em 0.5rem 0em 0.5em;
margin-top: 0.5rem;
border: solid 2px var(--asm-dark1);
border-radius: 5px;
}
.close-btn {
margin: 0em 0em 0.5em 0em !important;
border: solid 2px var(--asm-dark1) !important;
position: relative !important;
float: right !important;
right: -0.5em !important;
border-top: solid 0px !important;
border-right: solid 0px !important;
border-radius: 0em 0px 0em 0em !important;
}
.close-btn:hover {
background-color: transparent !important;
}