1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-04 18:41:36 +07:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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',
});