From ec888b9bec997456368d03579e569929f3745307 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Thu, 18 Apr 2024 21:43:02 +0530 Subject: feature added: tracker for mangas --- src/app/manga/manga.module.css | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'src/app/manga/manga.module.css') diff --git a/src/app/manga/manga.module.css b/src/app/manga/manga.module.css index d321533..8dd72d0 100644 --- a/src/app/manga/manga.module.css +++ b/src/app/manga/manga.module.css @@ -12,6 +12,22 @@ width: auto; } +.searchMain { + display: flex; + align-items: center; +} + +.searchMain button { + margin: 10px 5px 0px 5px; + padding: 4px; + border-radius: 0.3rem; + border: none; + outline: none; + font-family: "Atkinson Hyperlegible", serif; + background: #1f1f1f; + color: white; +} + .SearchBar { display: flex; align-items: center; @@ -20,7 +36,8 @@ border-style: dotted; border-color: rgb(63, 63, 63); border-width: 2px; - width: 20dvw + width: 20dvw; + border-radius: 1rem; } .SearchBar input { @@ -31,7 +48,7 @@ padding: 4px; width: 100%; color: white; - font-family: "Kanit"; + font-family: "Lexend Deca", serif; font-size: 16px; } -- cgit v1.2.3