mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-01 20:14:19 -07:00
Zoom button styling does not match spec (#395)
* Fixes #320, Zoom button styling does not match spec * Setting explicit size for icon dimension to avoid automatic SVG sizing weirdness for gatsby build static site
This commit is contained in:
parent
8eb15bcac0
commit
ab72dc24cf
2 changed files with 56 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
.territoryFocusButton {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
width: 2.5em;
|
||||
height: 2.5em;
|
||||
border-width: 1px 2px;
|
||||
border-color: #000000;
|
||||
border-style: solid;
|
||||
|
@ -16,7 +16,7 @@
|
|||
flex-direction: column;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
line-height: 40px;
|
||||
line-height: 1.75em;
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
top: 300px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue