fix manage user product issues

This commit is contained in:
Ritikesh yadav
2024-05-31 17:15:49 +05:30
parent bffc4eab45
commit e8086e2f41
3 changed files with 7 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ a {
p {
font-family: "Cambria";
text-align: justify ;
}
a:focus-visible {
outline: none !important;

View File

@@ -57887,4 +57887,7 @@ html:not([data-theme="dark"]) {
.tabdiv input[type="checkbox"] {border: 1px solid #e0dddd !important;display: flex;width: 20px;height: 20px;justify-content: flex-start !important;margin: 0 auto 0 0;}
.card {
padding: 20px;
}
.index-box .card {
min-height: 230px !important;
}

View File

@@ -1365,4 +1365,7 @@ button.btn.btn-light-primary.me-3 {
.tabdiv input[type="checkbox"] {border: 1px solid #e0dddd !important;display: flex;width: 20px;height: 20px;justify-content: flex-start !important;margin: 0 auto 0 0;}
.card {
padding: 20px;
}
.index-box .card {
min-height: 230px !important;
}