This commit is contained in:
Robert Jagtiani
2024-12-02 20:19:32 +01:00
parent 4d0f681e59
commit a058150bf4
10 changed files with 68 additions and 35 deletions

View File

@@ -566,16 +566,4 @@
</RawNotificationWrapper>
<style>
:global(input[type="number"]),
:global(input[type="text"]) {
@apply input input-bordered py-1.5 px-2 h-auto;
}
:global(input[type="number"]:disabled) {
@apply bg-gray-200 border border-gray-300;
}
:global(.linked) {
@apply border-2 border-red-400;
}
</style>