Update dialog padding per design spec
Change-Id: I8df3a3780b8e08e5124c93968cf2d28a62bec74b
(cherry picked from commit b282f67c43
)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
@@ -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);
|
||||
}
|
||||
|
@@ -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,
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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);
|
||||
}
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user