-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuseless-map.css
More file actions
39 lines (38 loc) · 777 Bytes
/
Copy pathuseless-map.css
File metadata and controls
39 lines (38 loc) · 777 Bytes
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
/* copyright 2021, stefano bovio @allyoucanmap. */
.useless-map button {
cursor: pointer;
background-color: #ffffff;
border: 1px solid #ddd;
}
.useless-map button:focus {
outline: 1px solid #daffa8;
}
.useless-map button:hover {
background-color: #f2f2f2;
}
.useless-map button.active {
background-color: #daffa8;
border: 1px solid #333333;
}
.useless-map button.icon {
width: 1.6em;
height: 1.6em;
font-size: 1em;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
}
.useless-map button.icon img {
width: 1em;
height: 1em;
}
.useless-map button.icon.x2 {
width: 2em;
height: 2em;
font-size: 2em;
}
.useless-map button.icon.x2 img {
width: 2em;
height: 2em;
}