summaryrefslogtreecommitdiff
blob: a3a25f29bbb7d34b7d6eef893cebe17a7668c6d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import '../../shared/styles/gutenberg-colors.scss';

.wp-block-jetpack-map {
	.wp-block-jetpack-map__gm-container {
		width: 100%;
		overflow: hidden;
		background: $light-gray-500;
		min-height: 400px;
		text-align: left;
	}
	.mapboxgl-popup {
		h3 {
			font-size: 1.3125em;
			font-weight: 400;
			margin-bottom: 0.5rem;
		}
		p {
			margin-bottom: 0;
		}
		max-width: 300px;
	}
}