fix shadow

This commit is contained in:
karimaldeen 2024-09-16 09:52:16 +03:00
parent 6c51c37270
commit 82c1fb4944
3 changed files with 2 additions and 14 deletions

View File

@ -1,7 +1,7 @@
.DataTable { .DataTable {
width: 100%; width: 100%;
border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.1); // box-shadow: 2px 2px 8px 3px rgba(0, 0, 0, 0.1);
} }
.ant-table-cell { .ant-table-cell {
@ -9,18 +9,7 @@
background: transparent !important; background: transparent !important;
} }
} }
.ImageWname {
display: flex;
gap: 1vw;
align-items: center;
justify-content: flex-start;
img {
border-radius: 50%;
width: 45px !important;
height: 45px !important;
}
}
// .ant-table-cell:has(.even-row) { // .ant-table-cell:has(.even-row) {
// border-left: 4px solid var(--primary); // border-left: 4px solid var(--primary);

View File

@ -1,7 +1,6 @@
.filter_header { .filter_header {
padding: 20px 20px; padding: 20px 20px;
border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;
box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.1);
> div { > div {
display: flex; display: flex;
align-items: center; align-items: center;

View File

@ -1,5 +1,5 @@
.page_header { .page_header {
margin-bottom: 20px !important; margin-bottom: 0px !important;
.page_header_links { .page_header_links {
display: flex; display: flex;
flex-direction: column; flex-direction: column;