Убрал лишние импорты стилей
This commit is contained in:
parent
0bbdbf927a
commit
95479c0be7
10 changed files with 15 additions and 55 deletions
|
|
@ -22,6 +22,3 @@
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<style>
|
|
||||||
</style>
|
|
||||||
|
|
|
||||||
|
|
@ -21,5 +21,3 @@
|
||||||
<slot />
|
<slot />
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<style></style>
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,3 @@
|
||||||
</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>
|
||||||
|
|
|
||||||
|
|
@ -123,20 +123,3 @@
|
||||||
<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>
|
|
||||||
|
|
|
||||||
|
|
@ -53,7 +53,3 @@
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<style>
|
|
||||||
@import '$src/app.css';
|
|
||||||
</style>
|
|
||||||
|
|
|
||||||
|
|
@ -94,7 +94,3 @@
|
||||||
>
|
>
|
||||||
<svelte:component this={data.content} />
|
<svelte:component this={data.content} />
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<style>
|
|
||||||
@import '$src/app.css';
|
|
||||||
</style>
|
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,3 @@
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<style>
|
|
||||||
@import '$src/app.css';
|
|
||||||
</style>
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,3 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<WarningBlock>Страница находится в разработке!</WarningBlock>
|
<WarningBlock>Страница находится в разработке!</WarningBlock>
|
||||||
|
|
||||||
<style>
|
|
||||||
@import '$src/app.css';
|
|
||||||
</style>
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,3 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<WarningBlock>Страница находится в разработке!</WarningBlock>
|
<WarningBlock>Страница находится в разработке!</WarningBlock>
|
||||||
|
|
||||||
<style>
|
|
||||||
@import '$src/app.css';
|
|
||||||
</style>
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue