aboutsummaryrefslogtreecommitdiff
path: root/src/app/web-series/styles/videoPlayer.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/videoPlayer.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/videoPlayer.module.css')
-rw-r--r--src/app/web-series/styles/videoPlayer.module.css76
1 files changed, 0 insertions, 76 deletions
diff --git a/src/app/web-series/styles/videoPlayer.module.css b/src/app/web-series/styles/videoPlayer.module.css
deleted file mode 100644
index f44776f..0000000
--- a/src/app/web-series/styles/videoPlayer.module.css
+++ /dev/null
@@ -1,76 +0,0 @@
-.Main {
- margin: 1.5rem 0 0 0;
-}
-
-.EpisodeSeasonInput {
- display: flex;
- align-items: center;
- justify-content: center;
-}
-
-.EpisodeSeasonInput input {
- padding: 0.6rem;
- margin: 0 0.2rem 0 0.2rem;
- border: none;
- outline: none;
- background-color: #121212a6;
- border-radius: 0.5rem;
- font-family: "Lexend Deca", serif;
- color: white;
-}
-
-.EpisodeSeasonInput button {
- padding: 0.5rem;
- border: none;
- outline: none;
- border-radius: 0.5rem;
- background-color: #121212a6;
- color: white;
- cursor: pointer;
- font-family: "Atkinson Hyperlegible", serif;
-}
-
-
-.EpisodeSeasonInput input::placeholder {
- color: gray;
-}
-
-.VideoPlayer iframe {
- margin: 1rem 0 2.5rem 0;
- width: 100%;
- height: 400px;
- border-radius: 0.5rem;
- border: none;
- outline: none;
-}
-
-.VideoPlayer p {
- color: white;
- margin: 0.5rem 0 0 0;
- text-align: center;
- font-size: 12px;
-}
-
-@media screen and (max-width: 768px) {
-
- .EpisodeSeasonInput {
- width: 80%;
- margin: 0px auto;
- }
-
- .VideoPlayer iframe {
- width: 100%;
- height: 300px;
- margin-bottom: 50px;
- }
-
- .EpisodeSeasonInput input {
- padding: 0.4rem;
- }
-
- .EpisodeSeasonInput button {
- padding: 0.3rem 0.4rem 0.3rem 0.4rem;
- font-size: 14px;
- }
-
-} \ No newline at end of file