Still working on upgrading to Tailwind CSS v4 an dSkeleton v3.....
This commit is contained in:
@@ -96,12 +96,12 @@ onMount(() => {
|
||||
>
|
||||
|
||||
<div class="border border-gray-200 p-2 rounded-lg">
|
||||
<h1 class="h1">Æ Hosted Files</h1>
|
||||
<h1 class="h1">Æ Hosted Files</h1>
|
||||
|
||||
<h2 class="h2">Video Utilities</h2>
|
||||
<p>Clip, scale, re-encode videos files (mp4).</p>
|
||||
|
||||
<a href="hosted_files/video_util" class="btn variant-filled-primary">
|
||||
<a href="hosted_files/video_util" class="btn preset-filled-primary-500">
|
||||
<span class="fas fa-video mx-1"></span>
|
||||
Video Utilities
|
||||
</a>
|
||||
@@ -147,7 +147,7 @@ onMount(() => {
|
||||
<input type="file" name="title_image" accept="image/*" class="input w-96" />
|
||||
</label>
|
||||
|
||||
<button type="submit" class="btn variant-filled-warning mx-1">
|
||||
<button type="submit" class="btn preset-filled-warning-500 mx-1">
|
||||
<span class="fas fa-upload mx-1"></span>
|
||||
Submit
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user