mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-09 21:58:42 +02:00
fix bad border-hidden rule
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<td class="w-48 text-center border: hidden;">
|
||||
<td class="w-48 text-center border-hidden">
|
||||
<p class="font-regular text-slate-600 dark:text-gray-200 transition-colors duration-200">
|
||||
<slot />
|
||||
</p>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
export let value = false;
|
||||
</script>
|
||||
|
||||
<td class="pl-4 w-40 text-center border: hidden;">
|
||||
<td class="pl-4 w-40 text-center border-hidden">
|
||||
<p
|
||||
class="font-regular text-slate-600 dark:text-gray-200 flex justify-center transition-colors duration-200"
|
||||
>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
<td class="pl-4 w-4 border: hidden; bg-white dark:bg-gray-900/40 transition-colors duration-200">
|
||||
<td class="pl-4 w-4 border-hidden bg-white dark:bg-gray-900/40 transition-colors duration-200">
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user