forked from sombochea/verdaccio-ui
fix: removed unused style file (#406)
This commit is contained in:
parent
eaea5f2501
commit
6eeae630ef
@ -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',
|
|
||||||
});
|
|
Loading…
Reference in New Issue
Block a user