Merge "Increase change-status font size"
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user