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:
Nat Hillard 2021-07-22 12:53:18 -04:00 committed by GitHub
commit ab72dc24cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 56 additions and 13 deletions

View file

@ -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;