style storage settings

This commit is contained in:
Alex Turchyn
2023-05-30 21:03:47 +03:00
parent e45bad97f5
commit faf6f69e3e
8 changed files with 115 additions and 88 deletions
+3 -4
View File
@@ -1,9 +1,9 @@
<div class="max-w-6xl mx-auto">
<div class="flex space-x-8">
<div class="flex space-x-2">
<%= render 'shared/settings_nav' %>
<div class="mt-4 w-full px-2">
<div class="flex justify-between mb-4 items-center">
<h1 class="text-3xl font-bold text-left">Users</h1>
<div class="flex justify-between mb-4">
<h1 class="text-4xl font-bold">Users</h1>
<%= link_to new_user_path, class: 'btn btn-primary btn-md gap-2', data: { turbo_frame: 'modal' } do %>
<svg
class="w-6 h-6"
@@ -52,7 +52,6 @@
Last session
</th>
<th scope="col" class="text-right" width="1px">
Action
</th>
</tr>
</thead>