summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/src/app.css
diff options
context:
space:
mode:
authorWolfgang Müller2025-02-19 15:48:04 +0100
committerWolfgang Müller2025-02-19 15:48:04 +0100
commitdc73b2404140b2093cdcc83c4b53b569ea8c8592 (patch)
tree2ba7a3d58cec1cfc7652ccbfdd757775a90cb252 /frontend/src/app.css
parent6bc3ca7032c78c77a6e2b316789938221d686d8b (diff)
downloadhircine-dc73b2404140b2093cdcc83c4b53b569ea8c8592.tar.gz
frontend: Rename floating utility to btn-transparent
This more clearly describes what the utility is for.
Diffstat (limited to 'frontend/src/app.css')
-rw-r--r--frontend/src/app.css8
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;
}