17 lines
330 B
CSS
17 lines
330 B
CSS
.user-table-card {
|
|
border: none !important;
|
|
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
|
|
border-radius: 1rem !important;
|
|
}
|
|
|
|
.user-table-card .card-body {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.badge-admin {
|
|
background-color: #36b9cc !important;
|
|
}
|
|
|
|
.badge-staff {
|
|
background-color: #858796 !important;
|
|
} |