Compare commits
3 commits
99d9d13419
...
1b3d51e64d
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b3d51e64d | |||
| 95479c0be7 | |||
| 0bbdbf927a |
12 changed files with 19 additions and 59 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -1814,9 +1814,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/caniuse-lite": {
|
"node_modules/caniuse-lite": {
|
||||||
"version": "1.0.30001700",
|
"version": "1.0.30001751",
|
||||||
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001700.tgz",
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz",
|
||||||
"integrity": "sha512-2S6XIXwaE7K7erT8dY+kLQcpa5ms63XlRkMkReXjle+kf6c5g38vyMl+Z5y8dSxOFDhcFe+nxnn261PLxBSQsQ==",
|
"integrity": "sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
let className: string = '';
|
let className: string = '';
|
||||||
export { className as class };
|
export { className as class };
|
||||||
export let src: string | null = null;
|
export let src: string | null = null;
|
||||||
export let alt: string | undefined = undefined;
|
export let alt: string = "";
|
||||||
export let size: number = 32;
|
export let size: number = 32;
|
||||||
export let black: boolean = false;
|
export let black: boolean = false;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,4 @@
|
||||||
>
|
>
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<style>
|
|
||||||
</style>
|
|
||||||
|
|
@ -20,6 +20,4 @@
|
||||||
<span class="text-emerald-900 underline">
|
<span class="text-emerald-900 underline">
|
||||||
<slot />
|
<slot />
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<style></style>
|
|
||||||
|
|
@ -25,8 +25,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<style>
|
|
||||||
@import "$src/app.css";
|
|
||||||
</style>
|
|
||||||
|
|
@ -46,3 +46,9 @@
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
:global {
|
||||||
|
@import '$src/app.css';
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -122,21 +122,4 @@
|
||||||
<section class="flex max-w-5xl flex-col flex-nowrap mx-auto">
|
<section class="flex max-w-5xl flex-col flex-nowrap mx-auto">
|
||||||
<svelte:component this={data.content} />
|
<svelte:component this={data.content} />
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<style>
|
|
||||||
@import '$src/app.css';
|
|
||||||
|
|
||||||
section > h1,
|
|
||||||
section > h2 {
|
|
||||||
@apply font-disket mb-4 font-bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
section > h1 {
|
|
||||||
@apply text-2xl sm:text-4xl;
|
|
||||||
}
|
|
||||||
|
|
||||||
section > h2 {
|
|
||||||
@apply text-xl sm:text-3xl;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
@ -52,8 +52,4 @@
|
||||||
{/each}
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<style>
|
|
||||||
@import '$src/app.css';
|
|
||||||
</style>
|
|
||||||
|
|
@ -93,8 +93,4 @@
|
||||||
sm:text-xl lg:p-8"
|
sm:text-xl lg:p-8"
|
||||||
>
|
>
|
||||||
<svelte:component this={data.content} />
|
<svelte:component this={data.content} />
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<style>
|
|
||||||
@import '$src/app.css';
|
|
||||||
</style>
|
|
||||||
|
|
@ -42,8 +42,4 @@
|
||||||
на странице <SocialHyperlink href="/team">Команда</SocialHyperlink>.
|
на странице <SocialHyperlink href="/team">Команда</SocialHyperlink>.
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<style>
|
|
||||||
@import '$src/app.css';
|
|
||||||
</style>
|
|
||||||
|
|
@ -14,8 +14,4 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<WarningBlock>Страница находится в разработке!</WarningBlock>
|
<WarningBlock>Страница находится в разработке!</WarningBlock>
|
||||||
|
|
||||||
<style>
|
|
||||||
@import '$src/app.css';
|
|
||||||
</style>
|
|
||||||
|
|
@ -14,8 +14,4 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<WarningBlock>Страница находится в разработке!</WarningBlock>
|
<WarningBlock>Страница находится в разработке!</WarningBlock>
|
||||||
|
|
||||||
<style>
|
|
||||||
@import '$src/app.css';
|
|
||||||
</style>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue