Increase change-status font size

Aligning the change status font size with that of gr-button makes the
text slightly more legible, and does not increase the amount of vertical
space required.

Also reduces the vertical margin to account for the increase in font
size.

Change-Id: I4189880343c1caa23a2cd9ef38564094527a4306
This commit is contained in:
Kasper Nilsson
2017-10-30 15:26:56 -07:00
parent f6bb782f84
commit bfa31212e2

View File

@@ -24,12 +24,12 @@ limitations under the License.
<template>
<style include="shared-styles">
.chip {
border-radius: 5px;
border-radius: 4px;
background-color: var(--chip-background-color);
color: #fff;
font-family: var(--font-family);
font-size: .7em;
padding: .25em .5em;
font-size: 13px;
padding: .1em .5em;
white-space: nowrap;
}
:host(.merged) .chip {