From 895047c797fcd2607becadc30d7ab7e30b649cd4 Mon Sep 17 00:00:00 2001 From: David VanScott Date: Thu, 18 Apr 2024 21:24:56 -0400 Subject: [PATCH] Event Horizon updates --- themes/EventHorizon/design/theme.css | 52 +++++++++++++++---- .../views/layouts/public.blade.php | 9 ++-- 2 files changed, 49 insertions(+), 12 deletions(-) diff --git a/themes/EventHorizon/design/theme.css b/themes/EventHorizon/design/theme.css index a8a42ec16..3613d814c 100644 --- a/themes/EventHorizon/design/theme.css +++ b/themes/EventHorizon/design/theme.css @@ -222,6 +222,11 @@ height: 80rem } +.h-full { + + height: 100% +} + .h-px { height: 1px @@ -232,9 +237,9 @@ width: 180% } -.w-\[35\%\] { +.w-\[25\%\] { - width: 35% + width: 25% } .w-auto { @@ -242,6 +247,11 @@ width: auto } +.w-px { + + width: 1px +} + .max-w-2xl { max-width: 42rem @@ -483,6 +493,32 @@ background-color: rgb(255 255 255 / 0.05) } +.bg-gradient-to-b { + + background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) +} + +.from-transparent { + + --tw-gradient-from: transparent var(--tw-gradient-from-position); + + --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position); + + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) +} + +.via-white\/10 { + + --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); + + --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to) +} + +.to-transparent { + + --tw-gradient-to: transparent var(--tw-gradient-to-position) +} + .px-2 { padding-left: 0.5rem; @@ -535,6 +571,11 @@ padding-bottom: 1rem } +.pl-6 { + + padding-left: 1.5rem +} + .pt-20 { padding-top: 5rem @@ -1282,13 +1323,6 @@ main#nova { justify-content: flex-start } - .lg\:px-0 { - - padding-left: 0px; - - padding-right: 0px - } - .lg\:px-12 { padding-left: 3rem; diff --git a/themes/EventHorizon/views/layouts/public.blade.php b/themes/EventHorizon/views/layouts/public.blade.php index ae27de4a5..69d1c3fba 100644 --- a/themes/EventHorizon/views/layouts/public.blade.php +++ b/themes/EventHorizon/views/layouts/public.blade.php @@ -6,15 +6,18 @@ @section('layout')
-
+
+