We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da10ea1 commit 7957105Copy full SHA for 7957105
src/global.css
@@ -87,16 +87,21 @@
87
88
/* Map and button styles */
89
.map-button {
90
- padding: 8px 12px;
+ height: 40px;
91
+ display: flex;
92
+ align-items: center;
93
+ justify-content: center;
94
+ padding: 0 17px;
95
border: none;
96
background: white;
97
cursor: pointer;
98
border-radius: 2px;
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
- margin: 10px 10px 10px -5px;
99
+ box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
100
+ margin: 10px 10px 10px -10px;
101
font-family: Roboto, Arial, sans-serif;
102
font-size: 18px;
- color: #666;
103
+ font-weight: 400;
104
+ color: rgb(86, 86, 86);
105
}
106
107
.inner-button {
0 commit comments