From b055da0ce10243f7059701d128327f7e78d0579b Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 3 Jan 2022 17:12:44 -0600 Subject: [PATCH] fix --- files/static/dist/main.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/files/static/dist/main.css b/files/static/dist/main.css index 0a10d504e..63e75a8be 100644 --- a/files/static/dist/main.css +++ b/files/static/dist/main.css @@ -867,6 +867,9 @@ video { .top-3\.5 { top: 0.875rem; } +.bottom-4 { + bottom: 1rem; +} .z-20 { z-index: 20; } @@ -1263,6 +1266,9 @@ video { .w-44 { width: 11rem; } +.w-96 { + width: 24rem; +} .min-w-full { min-width: 100%; } @@ -1636,6 +1642,14 @@ video { --tw-border-opacity: 1; border-color: rgba(252, 165, 165, var(--tw-border-opacity)); } +.border-green-700 { + --tw-border-opacity: 1; + border-color: rgba(21, 128, 61, var(--tw-border-opacity)); +} +.border-red-700 { + --tw-border-opacity: 1; + border-color: rgba(185, 28, 28, var(--tw-border-opacity)); +} .border-opacity-10 { --tw-border-opacity: 0.1; }