aboutsummaryrefslogtreecommitdiff
path: root/src/app/web-series/styles/info.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-29 01:00:42 +0530
committerreal-zephex <[email protected]>2024-05-29 01:00:42 +0530
commit9497598754c5a810974c6040e78c295ff0a4ed6f (patch)
tree5d40f1b802af30859b06e4c7f577fd50f3cc74cb /src/app/web-series/styles/info.module.css
parentMerge pull request #39 from real-zephex/homepage-redesign (diff)
downloaddramalama-9497598754c5a810974c6040e78c295ff0a4ed6f.tar.xz
dramalama-9497598754c5a810974c6040e78c295ff0a4ed6f.zip
✨ feat(series): rewrite series page and drop manga support
Diffstat (limited to 'src/app/web-series/styles/info.module.css')
-rw-r--r--src/app/web-series/styles/info.module.css170
1 files changed, 0 insertions, 170 deletions
diff --git a/src/app/web-series/styles/info.module.css b/src/app/web-series/styles/info.module.css
deleted file mode 100644
index d60023d..0000000
--- a/src/app/web-series/styles/info.module.css
+++ /dev/null
@@ -1,170 +0,0 @@
-.Main {
- margin-top: 60px;
-
-}
-
-.Main::-webkit-scrollbar {
- width: 0;
-}
-
-.AnimeInfo {
- backdrop-filter: blur(10px);
- background-color: #1f1f1fcb;
-
-}
-
-.AnimeInfoContainer {
- width: 50%;
- height: 100vh;
- margin: 0px auto;
-}
-
-.TitleContainer {
- display: flex;
- align-items: center;
-}
-
-.TitleContainer img {
- border-radius: 0.8rem;
- padding: 0.5rem;
-}
-
-.SideTitleContainer {
- margin: 0.4rem;
- color: white;
-}
-
-.title {
- margin: 0;
-}
-
-.secondTitle {
- margin: 0;
- font-size: small;
-}
-
-.tagline {
- margin: 0;
-}
-
-.tagline span {
- background-color: #121212b7;
- padding: 0.2rem;
- border-radius: 0.5rem;
- font-size: 12px;
-}
-
-.description {
- margin: 0.2rem 0 0 0;
- height: auto;
- max-height: 100px;
- overflow: auto;
-}
-
-.description::-webkit-scrollbar {
- width: 3px;
-}
-
-.description::-webkit-scrollbar-thumb {
- background-color: var(--neon-yellow);
- border-radius: 1rem;
-}
-
-
-.genres {
- margin: 0;
- color: var(--nord-yellow);
-}
-
-.genres span {
- color: white;
-}
-
-.epiInfo {
- margin: 0;
- color: var(--nord-yellow);
-}
-
-.epiInfo span {
- color: white;
-}
-
-.votes {
- display: flex;
-}
-
-.votes p {
- margin: 0 0 0 0;
-}
-
-.vote {
- display: flex;
- align-items: center;
- margin: 0 0.2rem 0 0;
-}
-
-.CrewContainer {
- color: white;
- margin-top: -1rem;
-}
-
-.CrewEntry {
- display: flex;
- align-items: center;
- overflow: auto;
-}
-
-.CrewEntry h2 {
- margin: 0;
- color: white;
-}
-
-.CastEntry {
- display: flex;
- flex-direction: column;
- align-items: center;
- margin: 0 0 0 0.4rem;
-}
-
-.CastEntry img {
- border-radius: 0.5rem;
-}
-
-.CastEntry p {
- margin: 0;
- width: 140px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- text-align: center;
-}
-
-.CrewEntry::-webkit-scrollbar {
- height: 3px;
-}
-
-.CrewEntry::-webkit-scrollbar-thumb {
- background-color: var(--neon-yellow);
- border-radius: 1rem;
-}
-
-
-@media screen and (max-width: 1024px) {
- .AnimeInfoContainer {
- width: 100%;
- }
-
- .title {
- font-size: 20px;
- }
-
- .description {
- font-size: 14px;
- max-height: 100px;
- overflow: auto;
- }
-
- .SideTitleContainer {
- font-size: 14px;
- }
-} \ No newline at end of file