aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/styles/cw.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-11 19:34:45 +0530
committerreal-zephex <[email protected]>2024-05-11 19:34:45 +0530
commit9f40285893d1a765787d99721c44061bd50be6a8 (patch)
tree6326da63608c1f66716f6401800c0d3a993e2e40 /src/app/anime/styles/cw.module.css
parentadjustments to the search bar on the anime page (diff)
downloaddramalama-9f40285893d1a765787d99721c44061bd50be6a8.tar.xz
dramalama-9f40285893d1a765787d99721c44061bd50be6a8.zip
adjustments to the search bar on the anime page
Diffstat (limited to 'src/app/anime/styles/cw.module.css')
-rw-r--r--src/app/anime/styles/cw.module.css59
1 files changed, 59 insertions, 0 deletions
diff --git a/src/app/anime/styles/cw.module.css b/src/app/anime/styles/cw.module.css
new file mode 100644
index 0000000..cb579c7
--- /dev/null
+++ b/src/app/anime/styles/cw.module.css
@@ -0,0 +1,59 @@
+.main {
+ width: 99%;
+ margin: 60px auto;
+}
+
+.mainText {
+ color: white;
+ font-size: 24px;
+ margin: 0.2rem 0 0.2rem 0;
+}
+
+.animeContainer {
+ font-size: 18px;
+ margin: 0px;
+}
+
+.animeEntry {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding: 5px;
+ margin-bottom: 0.5rem;
+ border-radius: 0.4rem;
+ background-color: #1f1f1f;
+}
+
+.animeEntry img {
+ border-radius: 0.4rem;
+ margin-left: 0.2rem;
+}
+
+.titleContainer {
+ color: white;
+ margin-left: 0.2rem;
+}
+
+.titleContainer h3 {
+ margin: 0px;
+}
+
+.EpisodeCount {
+ color: var(--soft-purple);
+ margin: 0px;
+}
+
+.date {
+ color: var(--neon-yellow);
+ margin: 0px;
+}
+
+@media screen and (max-width: 768px) {
+ .animeContainer {
+ font-size: 14px;
+ }
+
+ .animeEntry img {
+ width: 35%;
+ }
+} \ No newline at end of file