Merge "Increase change-status font size"

This commit is contained in:
Becky Siegel
2017-10-31 21:38:35 +00:00
committed by Gerrit Code Review

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 {