@@ -2,23 +2,7 @@ import styled from 'styled-components';
22import { BaseCard as CommonCard } from '@app/components/common/BaseCard/BaseCard' ;
33const borderRad = '12px' ;
44export const TablesWrapper = styled . div `
5- /* Main table styling with glass morphism and 3D effects */
6- .ant-table-wrapper {
7- background: linear-gradient(135deg,
8- rgba(0, 139, 178, 0.06) 0%,
9- rgba(0, 178, 178, 0.03) 100%);
10- backdrop-filter: blur(20px);
11- -webkit-backdrop-filter: blur(20px);
12- border-radius: 16px;
13- padding: 2px;
14- box-shadow:
15- 0 20px 40px rgba(0, 139, 178, 0.12),
16- 0 10px 20px rgba(0, 178, 178, 0.08),
17- inset 0 2px 4px rgba(0, 178, 178, 0.15),
18- inset 0 -2px 4px rgba(0, 139, 178, 0.08);
19- transform: translateZ(0);
20- transform-style: preserve-3d;
21- }
5+ /* Removed duplicate container styling - using Card component instead */
226
237 /* Table header with 3D effect */
248 .ant-table-thead > tr > th {
@@ -277,10 +261,6 @@ export const Card = styled(CommonCard)`
277261 }
278262
279263 .ant-table-container {
280- box-shadow:
281- inset 0 2px 4px rgba(0, 178, 178, 0.08),
282- inset 0 -2px 4px rgba(0, 139, 178, 0.04);
283-
284264 table > thead > tr:first-child th:first-child {
285265 border-top-left-radius: ${ borderRad } ;
286266 }
0 commit comments