diff options
Diffstat (limited to 'frontend/src/components/news.css')
| -rw-r--r-- | frontend/src/components/news.css | 29 |
1 files changed, 0 insertions, 29 deletions
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 @@ | |||
| 1 | .news-container { | ||
| 2 | background-color: #2A2D40; | ||
| 3 | border-radius: 24px; | ||
| 4 | font-size: 18px; | ||
| 5 | overflow: hidden; | ||
| 6 | margin-bottom: 10px; | ||
| 7 | } | ||
| 8 | |||
| 9 | .news-title { | ||
| 10 | padding: 20px; | ||
| 11 | font-family: BarlowSemiCondensed-SemiBold; | ||
| 12 | font-size: 22px; | ||
| 13 | } | ||
| 14 | |||
| 15 | .news-description-div { | ||
| 16 | margin: 0px 20px; | ||
| 17 | padding: 8px 0px; | ||
| 18 | } | ||
| 19 | |||
| 20 | .news-title-header { | ||
| 21 | background-color: #2B2E46; | ||
| 22 | padding: 10px 0px; | ||
| 23 | } | ||
| 24 | |||
| 25 | .news-container>span { | ||
| 26 | font-size: 18px; | ||
| 27 | font-family: BarlowSemiCondensed-Regular; | ||
| 28 | line-height: 0px; | ||
| 29 | } \ No newline at end of file | ||