fix: @apply in svelte files

This commit is contained in:
EETagent 2022-12-24 14:44:30 +01:00
parent 35dd4b4162
commit d38706f250
38 changed files with 38 additions and 38 deletions

View file

@ -24,7 +24,7 @@
</g>
</svg>
<style>
<style lang="postcss">
svg {
@apply h-12 w-12;
}

View file

@ -22,7 +22,7 @@
<slot />
</div>
<style>
<style lang="postcss">
.modalBackground {
@apply fixed;
@apply top-0 left-0;

View file

@ -57,5 +57,5 @@
</Modal>
{/if}
<style>
<style lang="postcss">
</style>

View file

@ -111,7 +111,7 @@
</div>
</div>
<style>
<style lang="postcss">
button {
@apply bg-sspsBlue hover:bg-sspsBlueDark rounded-lg transition duration-300;
@apply px-10 py-4 text-2xl font-bold text-white;

View file

@ -4,7 +4,7 @@
<input on:click type="submit" {value} />
<style>
<style lang="postcss">
input {
@apply bg-sspsBlue hover:bg-sspsBlueDark
@apply @apply rounded-lg p-3 text-xl font-semibold

View file

@ -15,7 +15,7 @@
</div>
</label>
<style>
<style lang="postcss">
label {
@apply inline-flex w-full items-center justify-between;
@apply cursor-pointer;

View file

@ -137,7 +137,7 @@
</div>
</div>
<style>
<style lang="postcss">
.card {
@apply m-3;
@apply h-full;

View file

@ -181,7 +181,7 @@
{/if}
</div>
<style>
<style lang="postcss">
:global([type='file']) {
@apply hidden;
}

View file

@ -9,7 +9,7 @@
<span class="text-sspsBlue text-lg italic">Max {filesize}</span>
</div>
<style>
<style lang="postcss">
div {
@apply flex items-center justify-between;
@apply py-1 px-4;

View file

@ -73,7 +73,7 @@
</span>
{/if}
<style>
<style lang="postcss">
.icon {
@apply text-sspsBlueDark h-10 w-10 transition-colors duration-300 hover:cursor-pointer;
@apply hover:text-sspsBlue;

View file

@ -30,7 +30,7 @@
</svg>
</div>
<style>
<style lang="postcss">
.submitted {
@apply stroke-[#35e000ff];
}

View file

@ -50,7 +50,7 @@
</div>
</div>
<style>
<style lang="postcss">
.info {
@apply flex items-center justify-between;
@apply py-3 px-6;

View file

@ -23,7 +23,7 @@
<!-- <h3 class="ml-8 font-bold text-xl">{title}</h3> -->
</div>
<style>
<style lang="postcss">
span {
@apply rounded-full p-1;
}

View file

@ -4,7 +4,7 @@
<span class="h-28 w-28 bg-black bg-[#55b1bd] opacity-60" />
</div>
<style>
<style lang="postcss">
div {
@apply relative;
}

View file

@ -7,7 +7,7 @@
/></svg
>
<style>
<style lang="postcss">
svg {
@apply fill-none stroke-current;
}

Before

Width:  |  Height:  |  Size: 335 B

After

Width:  |  Height:  |  Size: 350 B

View file

@ -7,7 +7,7 @@
/></svg
>
<style>
<style lang="postcss">
svg {
@apply fill-none stroke-current;
}

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 296 B

View file

@ -1,6 +1,6 @@
<span>@</span>
<style>
<style lang="postcss">
span {
@apply flex items-center justify-center;
@apply text-sspsBlue text-center text-2xl;

View file

@ -10,7 +10,7 @@
/></svg
>
<style>
<style lang="postcss">
path {
@apply fill-current;
}

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -8,7 +8,7 @@
></svg
>
<style>
<style lang="postcss">
svg {
@apply fill-current stroke-current;
}

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -8,7 +8,7 @@
/></svg
>
<style>
<style lang="postcss">
path {
@apply fill-current stroke-current;
}

Before

Width:  |  Height:  |  Size: 522 B

After

Width:  |  Height:  |  Size: 537 B

View file

@ -8,5 +8,5 @@
<img class="object-cover" src={lion} alt="" />
</div>
<style>
<style lang="postcss">
</style>

View file

@ -11,7 +11,7 @@
></svg
>
<style>
<style lang="postcss">
svg {
@apply stroke-sspsBlue fill-transparent;
}

Before

Width:  |  Height:  |  Size: 621 B

After

Width:  |  Height:  |  Size: 636 B

View file

@ -23,7 +23,7 @@
</div>
</div>
<style>
<style lang="postcss">
.logo {
@apply h-[200px] w-[200px];
}

View file

@ -25,7 +25,7 @@
</div>
</div>
<style>
<style lang="postcss">
.bgImage {
@apply -z-20;
@apply min-w-screen absolute min-h-screen md:min-w-[50vw];

View file

@ -27,7 +27,7 @@
</select>
</div>
<style>
<style lang="postcss">
div,
input {
@apply w-full;

View file

@ -26,5 +26,5 @@
</div>
</TextField>
<style>
<style lang="postcss">
</style>

View file

@ -31,7 +31,7 @@
</div>
</TextField>
<style>
<style lang="postcss">
div {
@apply text-sspsBlue;
}

View file

@ -39,5 +39,5 @@
{helperText}
/>
<style>
<style lang="postcss">
</style>

View file

@ -26,7 +26,7 @@
</div>
</TextField>
<style>
<style lang="postcss">
div {
@apply text-sspsBlue;
}

View file

@ -35,5 +35,5 @@
</div>
</TextField>
<style>
<style lang="postcss">
</style>

View file

@ -45,7 +45,7 @@
{/if}
</div>
<style>
<style lang="postcss">
div,
input {
@apply w-full;

View file

@ -7,5 +7,5 @@
<CandidateDetails id={data.id} candidateData={data.candidateData} />
<style>
<style lang="postcss">
</style>

View file

@ -155,7 +155,7 @@
<svelte:window on:scroll={() => (scrollTop = window.scrollY)} />
<style>
<style lang="postcss">
.list {
@apply h-full w-96;
@apply float-left overflow-scroll;

View file

@ -48,7 +48,7 @@
</div>
</SplitLayout>
<style>
<style lang="postcss">
.form {
@apply flex flex-col;
@apply mx-auto h-full w-[90%];

View file

@ -112,7 +112,7 @@
</div>
</FullLayout>
<style>
<style lang="postcss">
.showDetailsInfoCard {
@apply md:row-span-8;
}

View file

@ -494,7 +494,7 @@
</div>
</SplitLayout>
<style>
<style lang="postcss">
.form {
@apply flex flex-col;
@apply mx-auto h-full w-[90%];

View file

@ -32,7 +32,7 @@
</div>
</SplitLayout>
<style>
<style lang="postcss">
.form {
@apply flex flex-col;
@apply mx-auto h-full w-[90%];

View file

@ -119,7 +119,7 @@
</div>
</FullLayout>
<style>
<style lang="postcss">
.modal {
@apply flex flex-col items-center justify-center;
@apply mx-auto my-auto;