mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 21:26:02 +08:00
fix: remove list item transition (#3062)
This commit is contained in:
parent
360029f350
commit
193dca3a2b
@ -1,10 +1,5 @@
|
|||||||
import { Card, Typography } from 'antd';
|
import { Card, Typography } from 'antd';
|
||||||
import styled, { keyframes } from 'styled-components';
|
import styled from 'styled-components';
|
||||||
|
|
||||||
const fadeInAnimation = keyframes`
|
|
||||||
0% { opacity: 0; }
|
|
||||||
100% { opacity: 1;}
|
|
||||||
`;
|
|
||||||
|
|
||||||
export const Container = styled(Card)`
|
export const Container = styled(Card)`
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
@ -12,9 +7,6 @@ export const Container = styled(Card)`
|
|||||||
.ant-card-body {
|
.ant-card-body {
|
||||||
padding: 0.3rem 0.6rem;
|
padding: 0.3rem 0.6rem;
|
||||||
}
|
}
|
||||||
animation-name: ${fadeInAnimation};
|
|
||||||
animation-duration: 0.2s;
|
|
||||||
animation-timing-function: ease-in;
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const Text = styled(Typography.Text)`
|
export const Text = styled(Typography.Text)`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user