aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/history/continueWatching/cw.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/anime/history/continueWatching/cw.module.css')
-rw-r--r--src/app/anime/history/continueWatching/cw.module.css59
1 files changed, 0 insertions, 59 deletions
diff --git a/src/app/anime/history/continueWatching/cw.module.css b/src/app/anime/history/continueWatching/cw.module.css
deleted file mode 100644
index cf79acc..0000000
--- a/src/app/anime/history/continueWatching/cw.module.css
+++ /dev/null
@@ -1,59 +0,0 @@
-.main {
- width: 99%;
- margin: 80px auto;
-}
-
-.mainText {
- color: var(--light-green);
- font-size: 24px;
-}
-
-.animeContainer {
- font-size: 18px;
- margin: 0px;
-}
-
-.animeEntry {
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 5px;
- margin-bottom: 0.5rem;
- border-radius: 1rem;
- background-color: #1f1f1f;
-}
-
-.animeEntry img {
- width: 10%;
- height: auto;
- border-radius: 0.8rem;
-}
-
-.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%;
- }
-}