Merge branch 'dev' of https://git.point-dev.net/Karimaldeen/Quiz_dashboard into dev
This commit is contained in:
commit
c5c484d5c3
|
|
@ -1,7 +1,7 @@
|
|||
.DataTable {
|
||||
width: 100%;
|
||||
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 {
|
||||
|
|
@ -9,18 +9,7 @@
|
|||
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) {
|
||||
// border-left: 4px solid var(--primary);
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
.filter_header {
|
||||
padding: 20px 20px;
|
||||
border-radius: 10px 10px 0 0;
|
||||
box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.1);
|
||||
> div {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
.page_header {
|
||||
margin-bottom: 20px !important;
|
||||
margin-bottom: 0px !important;
|
||||
.page_header_links {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user