fix: @apply in svelte files
|
|
@ -24,7 +24,7 @@
|
|||
</g>
|
||||
</svg>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
svg {
|
||||
@apply h-12 w-12;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<slot />
|
||||
</div>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
.modalBackground {
|
||||
@apply fixed;
|
||||
@apply top-0 left-0;
|
||||
|
|
|
|||
|
|
@ -57,5 +57,5 @@
|
|||
</Modal>
|
||||
{/if}
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
</label>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
label {
|
||||
@apply inline-flex w-full items-center justify-between;
|
||||
@apply cursor-pointer;
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
.card {
|
||||
@apply m-3;
|
||||
@apply h-full;
|
||||
|
|
|
|||
|
|
@ -181,7 +181,7 @@
|
|||
{/if}
|
||||
</div>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
:global([type='file']) {
|
||||
@apply hidden;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
</svg>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
.submitted {
|
||||
@apply stroke-[#35e000ff];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
.info {
|
||||
@apply flex items-center justify-between;
|
||||
@apply py-3 px-6;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<span class="h-28 w-28 bg-black bg-[#55b1bd] opacity-60" />
|
||||
</div>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
div {
|
||||
@apply relative;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 |
|
|
@ -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 |
|
|
@ -1,6 +1,6 @@
|
|||
<span>@</span>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
span {
|
||||
@apply flex items-center justify-center;
|
||||
@apply text-sspsBlue text-center text-2xl;
|
||||
|
|
|
|||
|
|
@ -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 |
|
|
@ -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 |
|
|
@ -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 |
|
|
@ -8,5 +8,5 @@
|
|||
<img class="object-cover" src={lion} alt="" />
|
||||
</div>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -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 |
|
|
@ -23,7 +23,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
.logo {
|
||||
@apply h-[200px] w-[200px];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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];
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
</select>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
div,
|
||||
input {
|
||||
@apply w-full;
|
||||
|
|
|
|||
|
|
@ -26,5 +26,5 @@
|
|||
</div>
|
||||
</TextField>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
</TextField>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
div {
|
||||
@apply text-sspsBlue;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,5 +39,5 @@
|
|||
{helperText}
|
||||
/>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
</div>
|
||||
</TextField>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
div {
|
||||
@apply text-sspsBlue;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,5 +35,5 @@
|
|||
</div>
|
||||
</TextField>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
{/if}
|
||||
</div>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
div,
|
||||
input {
|
||||
@apply w-full;
|
||||
|
|
|
|||
|
|
@ -7,5 +7,5 @@
|
|||
|
||||
<CandidateDetails id={data.id} candidateData={data.candidateData} />
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
</div>
|
||||
</SplitLayout>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
.form {
|
||||
@apply flex flex-col;
|
||||
@apply mx-auto h-full w-[90%];
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@
|
|||
</div>
|
||||
</FullLayout>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
.showDetailsInfoCard {
|
||||
@apply md:row-span-8;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -494,7 +494,7 @@
|
|||
</div>
|
||||
</SplitLayout>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
.form {
|
||||
@apply flex flex-col;
|
||||
@apply mx-auto h-full w-[90%];
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
</div>
|
||||
</SplitLayout>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
.form {
|
||||
@apply flex flex-col;
|
||||
@apply mx-auto h-full w-[90%];
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@
|
|||
</div>
|
||||
</FullLayout>
|
||||
|
||||
<style>
|
||||
<style lang="postcss">
|
||||
.modal {
|
||||
@apply flex flex-col items-center justify-center;
|
||||
@apply mx-auto my-auto;
|
||||
|
|
|
|||