26 lines
400 B
CSS
26 lines
400 B
CSS
.mapSwipeBar {
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 5px;
|
|
z-index: 19910505;
|
|
height: 45px;
|
|
padding: 5px 10px 5px 10px;
|
|
font-size: 14px;
|
|
background-color: #ffffff;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.mapSwipeBar div {
|
|
float: left;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.dark .mapSwipeBar {
|
|
color: #ffffff;
|
|
background-color: rgba(63, 72, 84, 0.8);
|
|
}
|
|
|
|
/* .dropdown-menu > li > a {
|
|
padding: 2px 9px;
|
|
} */
|