From 22ec48ea70b8c8681078bc7919a94d5afe3becdc Mon Sep 17 00:00:00 2001 From: Torsten Date: Mon, 23 Jan 2023 15:04:40 +0200 Subject: [PATCH] hack tailwind styles --- Gemfile.lock | 2 +- app/assets/stylesheets/application.tailwind.css | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8eb5779..69dab18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,6 @@ GIT remote: https://github.com/HubFeenixMakers/merged - revision: 528cd025880bdb656e19736654e6621e8a4b27b3 + revision: 6c23cb57807f4c32bf94e14a32c895080a53ed4d specs: merged (0.1.0) active_hash diff --git a/app/assets/stylesheets/application.tailwind.css b/app/assets/stylesheets/application.tailwind.css index 95d0475..720ae9f 100644 --- a/app/assets/stylesheets/application.tailwind.css +++ b/app/assets/stylesheets/application.tailwind.css @@ -2,13 +2,18 @@ @tailwind components; @tailwind utilities; -/* @layer components { - .btn-primary { - @apply py-2 px-4 bg-blue-200; + .button { + @apply inline-block rounded-lg px-3 py-2 text-base font-medium border border-gray-500 hover:border-black; + } + .change { + @apply bg-cyan-200; + } + .remove { + @apply bg-red-200; + } + .action { + @apply bg-green-200; } } - -@import 'actiontext.css'; -*/