añadir funicionalidades de permisos y grupos
This commit is contained in:
@@ -64,3 +64,22 @@ select:focus[data-flux-control] {
|
||||
/* \[:where(&)\]:size-4 {
|
||||
@apply size-4;
|
||||
} */
|
||||
|
||||
/* resources/css/app.css */
|
||||
@layer components {
|
||||
.permission-card {
|
||||
@apply transition-all duration-200 ease-in-out transform hover:scale-[1.02] hover:shadow-lg;
|
||||
}
|
||||
|
||||
.dark .permission-card {
|
||||
@apply hover:bg-gray-700;
|
||||
}
|
||||
|
||||
.permission-badge {
|
||||
@apply px-2 py-1 rounded-full text-xs font-medium flex items-center space-x-1;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
@apply inline-flex items-center px-4 py-2 bg-blue-600 border border-transparent rounded-md font-semibold text-xs text-white uppercase tracking-widest hover:bg-blue-700 active:bg-blue-900 focus:outline-none focus:border-blue-900 focus:ring focus:ring-blue-300 disabled:opacity-25 transition;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user