diff --git a/public/assets/styles/style.css b/public/assets/styles/style.css index f765825..e8be1e5 100644 --- a/public/assets/styles/style.css +++ b/public/assets/styles/style.css @@ -590,6 +590,10 @@ video { top: 2rem; } +.z-50 { + z-index: 50; +} + .m-4 { margin: 1rem; } @@ -647,6 +651,14 @@ video { display: grid; } +.h-14 { + height: 3.5rem; +} + +.h-20 { + height: 5rem; +} + .h-24 { height: 6rem; } @@ -663,6 +675,10 @@ video { width: 50%; } +.w-14 { + width: 3.5rem; +} + .w-24 { width: 6rem; } @@ -916,6 +932,12 @@ video { box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } +.shadow-md { + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + .transition { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; @@ -928,6 +950,10 @@ video { transition-duration: 300ms; } +.last\:fixed:last-child { + position: fixed; +} + .hover\:bg-blue-500:hover { --tw-bg-opacity: 1; background-color: rgb(59 130 246 / var(--tw-bg-opacity)); diff --git a/src/common/header.ejs b/src/common/header.ejs index 9e0fcf1..bd8454b 100644 --- a/src/common/header.ejs +++ b/src/common/header.ejs @@ -9,5 +9,23 @@ + +
+
+ Logo + +

Privacy Sandbox Demos

+
+
+
diff --git a/src/common/index.ejs b/src/common/index.ejs index d6f9d53..3b5c83d 100644 --- a/src/common/index.ejs +++ b/src/common/index.ejs @@ -8,10 +8,6 @@ <% } %>
-
- Logo -
-

Privacy Sandbox

Scenarios