aboutsummaryrefslogtreecommitdiff
path: root/src/app/kdrama/styles/info.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/kdrama/styles/info.module.css')
-rw-r--r--src/app/kdrama/styles/info.module.css57
1 files changed, 57 insertions, 0 deletions
diff --git a/src/app/kdrama/styles/info.module.css b/src/app/kdrama/styles/info.module.css
index 5597cd2..cc4ebe8 100644
--- a/src/app/kdrama/styles/info.module.css
+++ b/src/app/kdrama/styles/info.module.css
@@ -52,4 +52,61 @@
border-radius: 5px;
font-family: "Atkinson Hyperlegible";
cursor: crosshair;
+}
+
+.EpisodesContainer {
+ margin-top: -10px;
+}
+
+.EpisodesContainer h2 {
+ color: gray;
+ font-family: "Poppins";
+}
+
+.EpisodeButtons {
+ margin: -10px 5px;
+}
+
+.EpisodeButtons button {
+ margin: 3px;
+ padding: 5px;
+ border: none;
+ outline: none;
+ font-family: "Atkinson Hyperlegible";
+ font-size: 16px;
+ border-radius: 5px;
+ background-color: #3d3d3d;
+ transition: background-color 0.2s linear;
+ color: white;
+ cursor: pointer;
+}
+
+.EpisodeButtons button:hover {
+ background-color: #1f1f1f;
+ transition: background-color 0.2s linear
+}
+
+.VideoContainer {
+ margin-top: 20px;
+ display: flex;
+ align-items: center;
+ flex-direction: column;
+}
+
+.VideoContainer p {
+ color: white;
+ font-family: "Atkinson Hyperlegible";
+ color: var(--neon-green);
+}
+
+.VideoPlayer {
+ width: 70%;
+ height: auto;
+ margin: 0px auto;
+}
+
+@media screen and (max-width: 768px) {
+ .VideoPlayer {
+ width: 100%;
+ }
} \ No newline at end of file