-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
3 additions
and
53 deletions.
There are no files selected for viewing
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<script lang="ts"> | ||
import { Icon } from 'svelte-icons-pack'; | ||
import Graph from './Graph.svelte'; | ||
import LabelInput from '$lib/components/icons/LabelInput.svelte'; | ||
import Graph from './graph.svelte'; | ||
import LabelInput from '@/lib/components/icons/label-input.svelte'; | ||
import Icons from '$lib/components/icons/icons'; | ||
</script> | ||
|
||
|
@@ -10,7 +10,7 @@ | |
<h1 class="text-2xl font-bold">< Contacta-nos /></h1> | ||
</section> | ||
<div class="mx-10 grid-cols-2 md:grid"> | ||
<form class="min-w-[85%] justify-self-end lg:min-w-[70%]"> | ||
<form class="min-w-[85%] justify-self-end"> | ||
<LabelInput label="// Email" id="email" type="email" placeholder="[email protected]" /> | ||
<LabelInput label="// Nome" id="name" type="text" /> | ||
<LabelInput label="// Assunto" id="subject" type="text" /> | ||
|
File renamed without changes.