diff --git a/app/assets/stylesheets/application.tailwind.css b/app/assets/stylesheets/application.tailwind.css index 35c2472..b9a4f18 100644 --- a/app/assets/stylesheets/application.tailwind.css +++ b/app/assets/stylesheets/application.tailwind.css @@ -12,6 +12,7 @@ --color-table-border: rgb(130, 144, 158); /* theme */ + --color-logo-color: rgb(21, 128, 120); --color-base-background: rgb(39, 44, 56); --color-base-secondary: rgb(55, 61, 71); --color-base-text: rgb(255, 255, 255); @@ -157,6 +158,11 @@ @apply text-default-slate-dark text-center } + /*Dashboard*/ + .dashboard-group { + @apply rounded-md bg-base-background h-32 p-4 flex flex-col justify-between cursor-pointer + } + /*Pagy*/ .pagy { @apply flex items-center justify-center space-x-1 font-semibold text-sm text-default-slate; diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 4e1bf29..ccef8e7 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -29,7 +29,7 @@ <%= render "partials/header" %>