From 8ab18f82fa293efe0284390ca2d70f252c0f8e50 Mon Sep 17 00:00:00 2001 From: SkyEnergy <93218131+SkyEnergy0@users.noreply.github.com> Date: Fri, 6 Jan 2023 13:33:07 +0100 Subject: [PATCH] Update _custom.scss Add Bigger Upload Button --- resources/assets/sass/_custom.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/assets/sass/_custom.scss b/resources/assets/sass/_custom.scss index ecdff144b..bb07f4c57 100644 --- a/resources/assets/sass/_custom.scss +++ b/resources/assets/sass/_custom.scss @@ -29,6 +29,11 @@ white-space: pre-line; } +a.badge.badge-success.upload-btn { + padding: 9px; + margin-top: 10px; +} + @media (max-width: 620px) { .pagination { overflow-y: scroll; @@ -78,4 +83,4 @@ flex-basis: 100%; } } -} \ No newline at end of file +}