first commit
This commit is contained in:
17
public/css/usersAdmin.css
Normal file
17
public/css/usersAdmin.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user