Skip to content

Commit

Permalink
Menos separación para listado de permisos
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Pintabona committed Apr 26, 2024
1 parent 6cec8b6 commit b154284
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
22 changes: 15 additions & 7 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/adminpanel_app.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions resources/views/users/livewire/user-edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ class="dark:bg-gray-700 dark:text-gray-400 mt-1 focus:ring-blue-500 dark:border-

<div class="w-full bg-white dark:bg-gray-800 shadow px-4 py-5 sm:rounded-lg">
<h3 class="text-md font-semibold text-gray-700 dark:text-gray-200">Roles</h3>
<div class="mt-4 font-light grid grid-flow-row grid-cols-2 auto-rows-max gap-x-4">
<div class="mt-4 font-light grid grid-flow-row grid-cols-2 auto-rows-max gap-x-4 gap-y-2">
@foreach($all_roles as $key => $name)
<div class="flex flex-row items-center justify-start">
<label class="inline-flex items-center my-2 mr-6 text-sm">
<label class="inline-flex items-center my-1.5 mr-6 text-sm">
<input wire:model="selected_roles" type="checkbox" name="roles[]"
class="w-4 h-4 form-checkbox dark:bg-gray-500 dark:text-gray-800"
value="{{ $key }}"
Expand Down

0 comments on commit b154284

Please sign in to comment.