diff options
Diffstat (limited to 'frontend/src/app.css')
-rw-r--r-- | frontend/src/app.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/src/app.css b/frontend/src/app.css index a7126c5..6a8f782 100644 --- a/frontend/src/app.css +++ b/frontend/src/app.css @@ -33,6 +33,10 @@ @apply btn bg-slate-700 hover:bg-slate-600 focus:outline-slate-400 focus-visible:outline-slate-400 disabled:bg-slate-800; } +@utility btn-transparent { + @apply btn rounded-full bg-black/50 p-1 text-white/80 backdrop-blur-xs hover:bg-black/50 hover:text-white; +} + @utility icon-xs { @apply text-[18px]; } @@ -95,10 +99,6 @@ @apply bg-indigo-700 hover:bg-indigo-600; } -@utility floating { - @apply rounded-full bg-black/50 p-1 text-white/80 backdrop-blur-xs hover:bg-black/50 hover:text-white; -} - @utility ellipsis-nowrap { @apply overflow-hidden text-ellipsis whitespace-nowrap; } |