Notifications + Plausibilitätsprüfung
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user