Skip to content

Commit

Permalink
Change map control button size
Browse files Browse the repository at this point in the history
  • Loading branch information
volterra79 committed Mar 19, 2024
1 parent 8a415c0 commit 5d1ae58
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/assets/style/less/g3w-mapcontrols.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
padding: 2px 6px;
text-decoration: none;
text-align: center;
height: 39px;
width: 39px;
height: 33px;
width: 33px;
line-height: 1.42857143;
border: none;
border-radius: 3px;
font-size: 25px;
font-size: 20px;
font-family: icomoon;
font-weight: 300;
float:left;
}
button:hover {
text-decoration: none;
text-decoration: none;

}
button:focus{
Expand Down Expand Up @@ -363,5 +363,3 @@
border-radius:50%;
cursor: pointer;
}


0 comments on commit 5d1ae58

Please sign in to comment.