fix: removed unused style file (#406)

This commit is contained in:
Priscila Oliveira
2020-01-03 00:18:42 +01:00
committed by GitHub
parent eaea5f2501
commit 6eeae630ef

View File

@@ -1,18 +0,0 @@
import { css } from '@emotion/core';
import { theme } from '../design-tokens/theme';
export const alertError = css({
backgroundColor: `${theme.palette.red} !important`,
minWidth: 'inherit !important',
});
export const alertErrorMsg = css({
display: 'flex',
alignItems: 'center',
});
export const alertIcon = css({
opacity: 0.9,
marginRight: '8px',
});