Skip to content

Commit 7957105

Browse files
committed
fix: css fix for Polyline button, fix height and font and make it flush.
1 parent da10ea1 commit 7957105

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/global.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,21 @@
8787

8888
/* Map and button styles */
8989
.map-button {
90-
padding: 8px 12px;
90+
height: 40px;
91+
display: flex;
92+
align-items: center;
93+
justify-content: center;
94+
padding: 0 17px;
9195
border: none;
9296
background: white;
9397
cursor: pointer;
9498
border-radius: 2px;
95-
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
96-
margin: 10px 10px 10px -5px;
99+
box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
100+
margin: 10px 10px 10px -10px;
97101
font-family: Roboto, Arial, sans-serif;
98102
font-size: 18px;
99-
color: #666;
103+
font-weight: 400;
104+
color: rgb(86, 86, 86);
100105
}
101106

102107
.inner-button {

0 commit comments

Comments
 (0)