From 4f59955ea016f714aa8107fcdd324177b2dbeb6d Mon Sep 17 00:00:00 2001 From: Tanmay Gautam Date: Tue, 17 Jun 2025 22:57:53 +0530 Subject: [PATCH] chore(client): removed alert-info class from global.css (#60897) --- client/src/components/layouts/global.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/client/src/components/layouts/global.css b/client/src/components/layouts/global.css index 56b2b191e3c..a0adbac4336 100644 --- a/client/src/components/layouts/global.css +++ b/client/src/components/layouts/global.css @@ -584,12 +584,6 @@ pre code { border-radius: 4px; } -.alert-info { - color: #31708f; - background-color: #d9edf7; - border-color: #bce8f1; -} - .alert .btn, [role='alert'] .btn { background-color: transparent;