From a65d6d9127c3fa7f6a8ecaec5d1ffd1f47c2bc98 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:08:53 +0300 Subject: refactor: port to typescript --- frontend/src/components/news.css | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 frontend/src/components/news.css (limited to 'frontend/src/components/news.css') diff --git a/frontend/src/components/news.css b/frontend/src/components/news.css deleted file mode 100644 index 102e9ba..0000000 --- a/frontend/src/components/news.css +++ /dev/null @@ -1,29 +0,0 @@ -.news-container { - background-color: #2A2D40; - border-radius: 24px; - font-size: 18px; - overflow: hidden; - margin-bottom: 10px; -} - -.news-title { - padding: 20px; - font-family: BarlowSemiCondensed-SemiBold; - font-size: 22px; -} - -.news-description-div { - margin: 0px 20px; - padding: 8px 0px; -} - -.news-title-header { - background-color: #2B2E46; - padding: 10px 0px; -} - -.news-container>span { - font-size: 18px; - font-family: BarlowSemiCondensed-Regular; - line-height: 0px; -} \ No newline at end of file -- cgit v1.2.3