Skip to content

Commit 4e5c6c7

Browse files
Update dist folder [skip ci] (#358)
Co-authored-by: googlemaps-bot <[email protected]>
1 parent a1e9336 commit 4e5c6c7

File tree

7 files changed

+13
-10
lines changed

7 files changed

+13
-10
lines changed

dist/samples/address-validation/app/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ html {
1313
font-family: "Google Sans", sans-serif;
1414
font-size: 20px;
1515
color: #333;
16-
background-color: #f4f4f9
1716
}
1817

1918
#sidebar {
2019
width: 800px;
2120
max-width: calc(100% - 2rem);
2221
background-color: #fff;
22+
border-color: #9ca3af;
23+
border-style: solid;
2324
border-radius: .5rem;
2425
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
2526
display: flex;

dist/samples/address-validation/dist/assets/index-BNvAJHSx.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/address-validation/dist/assets/index-DgZ8pxBw.js renamed to dist/samples/address-validation/dist/assets/index-CRV0KjHn.js

File renamed without changes.

dist/samples/address-validation/dist/assets/index-C_aLLRyX.css

Lines changed: 0 additions & 5 deletions
This file was deleted.

dist/samples/address-validation/dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<head>
1010
<title>Address Validation</title>
1111

12-
<script type="module" crossorigin src="./assets/index-DgZ8pxBw.js"></script>
13-
<link rel="stylesheet" crossorigin href="./assets/index-C_aLLRyX.css">
12+
<script type="module" crossorigin src="./assets/index-CRV0KjHn.js"></script>
13+
<link rel="stylesheet" crossorigin href="./assets/index-BNvAJHSx.css">
1414
</head>
1515
<body>
1616
<!-- Address Validation Form Container -->

dist/samples/address-validation/docs/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ html {
1313
font-family: "Google Sans", sans-serif;
1414
font-size: 20px;
1515
color: #333;
16-
background-color: #f4f4f9
1716
}
1817

1918
#sidebar {
2019
width: 800px;
2120
max-width: calc(100% - 2rem);
2221
background-color: #fff;
22+
border-color: #9ca3af;
23+
border-style: solid;
2324
border-radius: .5rem;
2425
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
2526
display: flex;

dist/samples/address-validation/jsfiddle/demo.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ html {
1313
font-family: "Google Sans", sans-serif;
1414
font-size: 20px;
1515
color: #333;
16-
background-color: #f4f4f9
1716
}
1817

1918
#sidebar {
2019
width: 800px;
2120
max-width: calc(100% - 2rem);
2221
background-color: #fff;
22+
border-color: #9ca3af;
23+
border-style: solid;
2324
border-radius: .5rem;
2425
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
2526
display: flex;

0 commit comments

Comments
 (0)