mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-20 17:31:40 -07:00
* Fix button centering on iphone For some reason, physical iPhones are not centering the text inside the map buttons correctly. (`48`, `AK`, `HI`, `PR`) * convert to verbose css syntax * Test using svg buttons * Remove unused style reference * Fix new icon svg images were "eating" the button's click events
8 lines
137 B
SCSS
8 lines
137 B
SCSS
.territoryFocusContainer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: absolute;
|
|
left: 20px;
|
|
top: 150px;
|
|
z-index: 10;
|
|
}
|