mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-04 09:04:18 -07:00
Zoom button styling does not match spec // General custom controls fix (#357)
This commit is contained in:
parent
cfce0dc826
commit
dbf1ae2ad8
19 changed files with 31006 additions and 294 deletions
|
@ -6,38 +6,22 @@ $sidebar-color: #ffffff;
|
|||
}
|
||||
|
||||
.j40Popup {
|
||||
max-height: 300px;
|
||||
min-width: 36%;
|
||||
max-width: 36%;
|
||||
max-height: 50%;
|
||||
overflow-y: scroll;
|
||||
pointer-events: all !important;
|
||||
}
|
||||
|
||||
.territoryFocusButton {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-width: 1px 2px;
|
||||
border-color: #000000;
|
||||
border-style: solid;
|
||||
background-color: #ffffff;
|
||||
.navigationControl {
|
||||
left: 1.25em;
|
||||
top: 2.5em;
|
||||
width: 2.5em;
|
||||
}
|
||||
|
||||
.territoryFocusContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
line-height: 40px;
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
top: 300px;
|
||||
z-index: 10;
|
||||
.fullscreenControl {
|
||||
right: 1.25em;
|
||||
top: 2.5em;
|
||||
}
|
||||
|
||||
.territoryFocusButton:first-child {
|
||||
border-top-width: 2px;
|
||||
}
|
||||
|
||||
.territoryFocusButton:last-child {
|
||||
border-bottom-width: 2px;
|
||||
.geolocateControl {
|
||||
right: 1.25em;
|
||||
top: 5em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue