Skip to content

Commit 712b2c4

Browse files
committed
refactor(tailwind): update baseline sample design
1 parent 0cf1bc4 commit 712b2c4

1 file changed

Lines changed: 21 additions & 9 deletions

File tree

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1-
<main class="font-ig text-base grid surface-500 px-6 py-6">
2-
<div class="text-center shadow-elevation-4 pb-8">
3-
<p class="type-style-body-1 text-primary-600">404</p>
4-
<h1 class="type-style-h1 text-gray-900">Page not found</h1>
5-
<p class="type-style-body-1 text-gray-500">Sorry, we couldn’t find the page you’re looking for.</p>
6-
<div class="mt-10 flex items-center justify-center gap-x-6">
7-
<a href="#" class="type-style-button rounded-md bg-primary-500 text-primary-500-contrast px-3.5 py-2.5 shadow-elevation-2 hover:bg-primary-600 transition duration-150 ease-in-out">Go back home</a>
8-
<a href="#" class="type-style-button text-gray-900 hover:text-primary-600 transition duration-150 ease-in-out">Contact support <span aria-hidden="true">&rarr;</span></a>
1+
<main class="font-ig text-base grid bg-surface-500 px-6 py-6">
2+
<div class="text-center shadow-elevation-24 p-24 rounded-lg">
3+
<h3 class="type-style-h3 text-secondary-600 font-light">404</h3>
4+
<h3 class="type-style-h3 text-gray-800 uppercase font-bold">
5+
Page not found
6+
</h3>
7+
<p class="type-style-body-1 text-gray-600">
8+
Sorry, we couldn’t find the page you’re looking for.
9+
</p>
10+
<div class="mt-10 flex items-center justify-center gap-x-6 mb-16">
11+
<a
12+
href="#"
13+
class="type-style-button rounded-md bg-secondary-500 text-secondary-500-contrast px-3.5 py-2.5 shadow-elevation-2 hover:bg-secondary-600 transition duration-150 ease-in-out"
14+
>Go back home</a
15+
>
16+
<a
17+
href="#"
18+
class="type-style-button text-gray-800 hover:text-secondary-600 transition duration-150 ease-in-out"
19+
>Contact support <span aria-hidden="true">&rarr;</span></a
20+
>
21+
</div>
922
</div>
10-
</div>
1123
</main>

0 commit comments

Comments
 (0)