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. */
|
width: 73ch; /* Add a char to account for the border. */
|
||||||
|
|
||||||
--iron-autogrow-textarea {
|
--iron-autogrow-textarea {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #cdcdcd;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: var(--monospace-font-family);
|
font-family: var(--monospace-font-family);
|
||||||
}
|
}
|
||||||
|
@@ -40,7 +40,7 @@ limitations under the License.
|
|||||||
width: 73ch; /* Add a char to account for the border. */
|
width: 73ch; /* Add a char to account for the border. */
|
||||||
|
|
||||||
--iron-autogrow-textarea {
|
--iron-autogrow-textarea {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #cdcdcd;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: var(--monospace-font-family);
|
font-family: var(--monospace-font-family);
|
||||||
}
|
}
|
||||||
|
@@ -52,8 +52,8 @@ limitations under the License.
|
|||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
}
|
}
|
||||||
section {
|
section {
|
||||||
border-top: 1px solid #ddd;
|
border-top: 1px solid #cdcdcd;
|
||||||
padding: .5em .75em;
|
padding: .5em 1.5em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.peopleContainer,
|
.peopleContainer,
|
||||||
|
@@ -33,7 +33,7 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
header {
|
header {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #cdcdcd;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
@@ -45,7 +45,7 @@ limitations under the License.
|
|||||||
width: 73ch; /* Add a char to account for the border. */
|
width: 73ch; /* Add a char to account for the border. */
|
||||||
|
|
||||||
--iron-autogrow-textarea {
|
--iron-autogrow-textarea {
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #cdcdcd;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-family: var(--monospace-font-family);
|
font-family: var(--monospace-font-family);
|
||||||
}
|
}
|
||||||
|
@@ -35,13 +35,13 @@ limitations under the License.
|
|||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
header {
|
header {
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #cdcdcd;
|
||||||
font-family: var(--font-family-bold);
|
font-family: var(--font-family-bold);
|
||||||
}
|
}
|
||||||
header,
|
header,
|
||||||
main,
|
main,
|
||||||
footer {
|
footer {
|
||||||
padding: .5em .65em;
|
padding: .5em 1.5em;
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@@ -31,7 +31,7 @@ limitations under the License.
|
|||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
}
|
}
|
||||||
header {
|
header {
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #cdcdcd;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
font-family: var(--font-family-bold);
|
font-family: var(--font-family-bold);
|
||||||
}
|
}
|
||||||
@@ -43,7 +43,7 @@ limitations under the License.
|
|||||||
header,
|
header,
|
||||||
main,
|
main,
|
||||||
footer {
|
footer {
|
||||||
padding: .5em .65em;
|
padding: .5em 1.5em;
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Reference in New Issue
Block a user