From c7cb26eb1af66ea306559a0ad66e554c65c96107 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 11 Dec 2021 15:41:17 -0600 Subject: [PATCH] fix --- files/static/src/main.css | 3 --- files/templates/toasts/toasts.html | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/files/static/src/main.css b/files/static/src/main.css index 03b1278457..e44bde62c8 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -156,7 +156,4 @@ } /* ---------------------- TOASTS ----------------------- */ -.toast { - @apply bg-gray-300 border border-gray-400 -} diff --git a/files/templates/toasts/toasts.html b/files/templates/toasts/toasts.html index 7fb5eeb8de..cb92014fb1 100644 --- a/files/templates/toasts/toasts.html +++ b/files/templates/toasts/toasts.html @@ -5,12 +5,12 @@