Update dialog padding per design spec

Change-Id: I8df3a3780b8e08e5124c93968cf2d28a62bec74b
(cherry picked from commit b282f67c43)
This commit is contained in:
Becky Siegel
2017-10-17 11:55:33 -07:00
parent b3650ec067
commit 380f52372f
7 changed files with 10 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ limitations under the License.
width: 73ch; /* Add a char to account for the border. */
--iron-autogrow-textarea {
border: 1px solid #ddd;
border: 1px solid #cdcdcd;
box-sizing: border-box;
font-family: var(--monospace-font-family);
}

View File

@@ -40,7 +40,7 @@ limitations under the License.
width: 73ch; /* Add a char to account for the border. */
--iron-autogrow-textarea {
border: 1px solid #ddd;
border: 1px solid #cdcdcd;
box-sizing: border-box;
font-family: var(--monospace-font-family);
}

View File

@@ -52,8 +52,8 @@ limitations under the License.
max-height: 90vh;
}
section {
border-top: 1px solid #ddd;
padding: .5em .75em;
border-top: 1px solid #cdcdcd;
padding: .5em 1.5em;
width: 100%;
}
.peopleContainer,

View File

@@ -33,7 +33,7 @@ limitations under the License.
}
header {
align-items: center;
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #cdcdcd;
display: flex;
justify-content: space-between;
}

View File

@@ -45,7 +45,7 @@ limitations under the License.
width: 73ch; /* Add a char to account for the border. */
--iron-autogrow-textarea {
border: 1px solid #ddd;
border: 1px solid #cdcdcd;
box-sizing: border-box;
font-family: var(--monospace-font-family);
}

View File

@@ -35,13 +35,13 @@ limitations under the License.
margin-bottom: 1em;
}
header {
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #cdcdcd;
font-family: var(--font-family-bold);
}
header,
main,
footer {
padding: .5em .65em;
padding: .5em 1.5em;
}
footer {
display: flex;

View File

@@ -31,7 +31,7 @@ limitations under the License.
max-height: 90vh;
}
header {
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #cdcdcd;
flex-shrink: 0;
font-family: var(--font-family-bold);
}
@@ -43,7 +43,7 @@ limitations under the License.
header,
main,
footer {
padding: .5em .65em;
padding: .5em 1.5em;
}
footer {
display: flex;