-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
styling: redesign input to appear on render in rounded state with exa…
…mple buttons below
- Loading branch information
1 parent
24bcd4c
commit 8fb077e
Showing
9 changed files
with
310 additions
and
353 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<nav class="border-b"> | ||
<div | ||
class="max-w-screen-2xl mx-auto w-full p-2 flex items-center justify-center flex-col gap-2 sm:gap-4 sm:justify-between sm:!flex-row md:gap-4 lg:gap-6" | ||
class="max-w-screen-2xl mx-auto w-full py-2 px-4 flex items-center justify-center flex-col gap-2 sm:gap-4 sm:justify-between sm:!flex-row md:gap-4 lg:gap-6" | ||
> | ||
<a class="flex items-center" href="https://trieve.ai"> | ||
<img | ||
|
@@ -46,6 +46,10 @@ | |
<i class="fa-regular fa-envelope"></i> | ||
<span> [email protected] </span> | ||
</a> | ||
<a target="_blank" href="https://cal.com/nick.k"> | ||
<i class="fa-regular fa-calendar"></i> | ||
Sales | ||
</a> | ||
<a | ||
target="_blank" | ||
href="https://join.slack.com/t/trievecommunityslack/shared_invite/zt-2v7zyxytf-zWLVgqI8avB5x5Br7INQgw" | ||
|
@@ -58,14 +62,9 @@ | |
<a target="_blank" href="tel:+16282224090"> | ||
<i class="fa-solid fa-phone"></i> | ||
</a> | ||
<a | ||
class="action-link flex items-center gap-1" | ||
target="_blank" | ||
href="https://cal.com/nick.k" | ||
> | ||
<i class="fa-regular fa-calendar"></i> | ||
<span> Give Feedback </span> | ||
</a> | ||
<button id="tr-search-icon"> | ||
<i class="fa-solid fa-magnifying-glass"></i> | ||
</button> | ||
</div> | ||
</div> | ||
</nav> |
Oops, something went wrong.