From e9b7ba329507c1f25d8f0cb30b764cd5d875f17d Mon Sep 17 00:00:00 2001 From: thisconnect Date: Thu, 9 May 2024 11:06:05 +0200 Subject: [PATCH] frontend: remove unused css files Removed unused CSS files which are not imported anywhere. --- frontends/web/src/routes/bitsurance/account.module.css | 5 ----- frontends/web/src/routes/exchange/info.module.css | 5 ----- 2 files changed, 10 deletions(-) delete mode 100644 frontends/web/src/routes/bitsurance/account.module.css delete mode 100644 frontends/web/src/routes/exchange/info.module.css diff --git a/frontends/web/src/routes/bitsurance/account.module.css b/frontends/web/src/routes/bitsurance/account.module.css deleted file mode 100644 index 3af60ceb6b..0000000000 --- a/frontends/web/src/routes/bitsurance/account.module.css +++ /dev/null @@ -1,5 +0,0 @@ -.title { - font-size: 2rem; - font-weight: 400; - text-align: center; -} diff --git a/frontends/web/src/routes/exchange/info.module.css b/frontends/web/src/routes/exchange/info.module.css deleted file mode 100644 index 3af60ceb6b..0000000000 --- a/frontends/web/src/routes/exchange/info.module.css +++ /dev/null @@ -1,5 +0,0 @@ -.title { - font-size: 2rem; - font-weight: 400; - text-align: center; -}