2023-12-27 12:37:43 +05:30

41 lines
872 B
CSS

.app-background {
background-color: #0d0d0d !important;
color:white !important;
}
.projectScreen-background .css-1ex1afd-MuiTableCell-root{
background-color: #171716 !important;
color:white ;
border-bottom: 1px solid rgb(45 51 59);
}
.app-screen-heights{
min-height: 650px;
}
.projectScreen-filter-style .css-1ff8729-MuiInputBase-root-MuiFilledInput-root{
background-color: #171716 !important;
color: aliceblue !important;
}
.select-field {
width : 35%;
}
.manageusers-table-header-style .css-1ygcj2i-MuiTableCell-root{
background-color: #171716;
color: white;
}
.no-padding-cell {
padding-top: 6.5px !important;
padding-bottom: 6.5px !important;
}
.table-header-bottomBorder-style .css-1ygcj2i-MuiTableCell-root{
/* background-color: #171716 !important; */
/* color:white ; */
border-bottom: 1px solid rgb(45 51 59) !important;
}