Skip to content

Commit 6fc4943

Browse files
Update dist folder [skip ci] (#586)
1 parent 74bf7cd commit 6fc4943

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

dist/samples/advanced-markers-html/app/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body {
4848
position: relative;
4949
transition: all 0.3s ease-out;
5050
width: 30px;
51-
transform: translateY(-9px)
51+
transform: translateY(-9px);
5252
}
5353

5454
.property::after {
@@ -206,4 +206,4 @@ body {
206206
border-top: 9px solid var(--shop-color);
207207
}
208208

209-
/* [END maps_advanced_markers_html] */
209+
/* [END maps_advanced_markers_html] */

dist/samples/advanced-markers-html/docs/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body {
4848
position: relative;
4949
transition: all 0.3s ease-out;
5050
width: 30px;
51-
transform: translateY(-9px)
51+
transform: translateY(-9px);
5252
}
5353

5454
.property::after {
@@ -206,4 +206,4 @@ body {
206206
border-top: 9px solid var(--shop-color);
207207
}
208208

209-
/* [END maps_advanced_markers_html] */
209+
/* [END maps_advanced_markers_html] */

dist/samples/advanced-markers-html/jsfiddle/demo.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body {
4848
position: relative;
4949
transition: all 0.3s ease-out;
5050
width: 30px;
51-
transform: translateY(-9px)
51+
transform: translateY(-9px);
5252
}
5353

5454
.property::after {
@@ -206,3 +206,4 @@ body {
206206
border-top: 9px solid var(--shop-color);
207207
}
208208

209+

0 commit comments

Comments
 (0)