arrow trending

This commit is contained in:
2023-10-26 14:48:16 +02:00
parent 5082cfaac9
commit c432450455
7 changed files with 27 additions and 18 deletions
+1 -7
View File
@@ -3,7 +3,7 @@
@tailwind utilities;
@layer base {
* {
span, table, input, th, tr, td, button, div, hr {
@apply border-slate-600 text-slate-100 placeholder-slate-400;
}
@@ -64,10 +64,4 @@
@apply w-6 h-6;
}
}
.btn-icon-stroke {
@apply btn-icon;
> svg {
@apply stroke-slate-100 hover:stroke-slate-400;
}
}
}