aboutsummaryrefslogtreecommitdiff
blob: ffff063bab7521e6c16373489fdbed98316d14fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.tileLayerControl {
    width: 64px;
    height: 64px;
}

.map {
    background-image: url('/public/icons/map.png');
}

.satellite {
    background-image: url('/public/icons/satellite.png');
}

.tileLayerControl button {
    width: 100%;
    height: 100%;
    border: none;
    cursor: pointer;
}