Übersetzungen + Prüfbox Bezahlung
This commit is contained in:
@@ -131,6 +131,16 @@ const schema = JSON.stringify({
|
||||
);
|
||||
}
|
||||
|
||||
.yellow-box {
|
||||
@apply border-2 border-[#ffcc03] p-4 rounded-lg;
|
||||
background: linear-gradient(
|
||||
135deg,
|
||||
rgba(252, 234, 187, 1) 0%,
|
||||
rgba(253, 235, 189, 1) 52%,
|
||||
rgba(251, 223, 147, 1) 100%
|
||||
);
|
||||
}
|
||||
|
||||
.GRB3 {
|
||||
@apply flex flex-col border-2 border-[#ffcc03] p-4 rounded-lg;
|
||||
background: linear-gradient(
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
---
|
||||
import i18next from "i18next";
|
||||
import { HeadHrefLangs } from "astro-i18next/components";
|
||||
|
||||
import "../style/global.scss";
|
||||
import Footer from "../components/Footer.astro";
|
||||
import Header from "../components/Header.astro";
|
||||
@@ -39,7 +42,7 @@ const schema = JSON.stringify({
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang={i18next.language}>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
@@ -94,7 +97,7 @@ const schema = JSON.stringify({
|
||||
class="grid gap-6 p-6 grid-cols-[2fr,6fr,2fr] max-w-[1920px] w-full"
|
||||
>
|
||||
<SidebarLeft />
|
||||
<article class="mainContent">
|
||||
<article>
|
||||
<slot />
|
||||
</article>
|
||||
<SidebarRight />
|
||||
|
||||
Reference in New Issue
Block a user