Notifications + Plausibilitätsprüfung

This commit is contained in:
Moritz Utcke
2023-05-12 23:40:31 +04:00
parent 33c8a1d447
commit 5559f5ca4d
37 changed files with 855 additions and 357 deletions

View File

@@ -3,7 +3,7 @@ import "../style/global.scss"
import Footer from '../components/Footer.astro';
import Header from '../components/Header.astro';
import SidebarLeft from '../components/SidebarLeft.astro';
import SidebarRight from '../components/SidebarRight.astro';
import NotificationWrapper from "~/components/Notifications/NotificationWrapper.svelte";
export interface Props {
title: string;
@@ -110,8 +110,8 @@ const schema = JSON.stringify({
@apply text-xl font-medium mt-6 mb-4;
}
input, select, textarea {
@apply py-1.5 px-2.5 rounded-lg w-full outline-none text-base text-slate-800 border;
input, select, textarea, .input {
@apply py-1.5 px-2.5 rounded-lg w-full outline-none text-base text-slate-800 border bg-white;
}
input:disabled, input:read-only, select:disabled {