-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from tightenco/kd-tailwind-fixes
Fixes for Tailwind upgrade
- Loading branch information
Showing
10 changed files
with
22 additions
and
1,017 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
id="contact-name" | ||
placeholder="Jane Doe" | ||
name="name" | ||
class="block w-full border shadow rounded-lg outline-none mb-2 p-4" | ||
class="block w-full border shadow rounded-lg outline-none mb-2 px-4 py-3" | ||
required | ||
> | ||
</div> | ||
|
@@ -41,7 +41,7 @@ class="block w-full border shadow rounded-lg outline-none mb-2 p-4" | |
id="contact-email" | ||
placeholder="[email protected]" | ||
name="email" | ||
class="block w-full border shadow rounded-lg outline-none mb-2 p-4" | ||
class="block w-full border shadow rounded-lg outline-none mb-2 px-4 py-3" | ||
required | ||
> | ||
</div> | ||
|
@@ -56,7 +56,7 @@ class="block w-full border shadow rounded-lg outline-none mb-2 p-4" | |
id="contact-message" | ||
rows="4" | ||
name="message" | ||
class="block w-full border shadow rounded-lg outline-none appearance-none mb-2 px-4 py-6" | ||
class="block w-full border shadow rounded-lg outline-none appearance-none mb-2 px-4 py-3" | ||
placeholder="A lovely message here." | ||
required | ||
></textarea> | ||
|
@@ -66,7 +66,7 @@ class="block w-full border shadow rounded-lg outline-none appearance-none mb-2 p | |
<input | ||
type="submit" | ||
value="Submit" | ||
class="block bg-blue hover:bg-blue-600 text-white text-sm font-semibold tracking-wide uppercase shadow rounded-lg cursor-pointer px-6 py-3" | ||
class="block bg-blue-500 hover:bg-blue-600 text-white text-sm font-semibold leading-snug tracking-wide uppercase shadow rounded-lg cursor-pointer px-6 py-3" | ||
> | ||
</div> | ||
</form> | ||
|
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
Oops, something went wrong.