chore: sync with 4.x webui

This commit is contained in:
Juan Picado @jotadeveloper
2019-03-27 23:39:06 +01:00
parent e2d478d65b
commit 133a5f0171
88 changed files with 1302 additions and 1656 deletions

View File

@@ -11,10 +11,10 @@ export const Wrapper = styled.span`
vertical-align: middle;
line-height: 22px;
border-radius: 2px;
color: #9f9f9f;
background-color: hsla(0, 0%, 51%, 0.1);
color: #485a3e;
background-color: #f3f4f2;
padding: 0.22rem 0.4rem;
margin: 5px 10px 0 0;
margin: 8px 8px 0 0;
${ellipsis('300px')};
}
`;