diff options
Diffstat (limited to 'src/app/movies/styles/video_player.module.css')
| -rw-r--r-- | src/app/movies/styles/video_player.module.css | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/app/movies/styles/video_player.module.css b/src/app/movies/styles/video_player.module.css deleted file mode 100644 index 2e022f0..0000000 --- a/src/app/movies/styles/video_player.module.css +++ /dev/null @@ -1,31 +0,0 @@ -.VideoContainer { - margin: 0.5rem 0 0 0; -} - -.VideoContainer button { - font-family: "Lexend Deca", serif; - outline: none; - border: none; - background-color: #121212be; - - color: white; - margin-right: 0.2rem; - padding: 0.5rem; - border-radius: 0.5rem; - cursor: pointer; -} - -.sourcesButtonContainer { - display: flex; - overflow: auto; -} - -.VideoPlayer { - width: 100%; - height: 700px; - aspect-ratio: "16/9"; - border: none; - outline: none; - border-radius: 0.5rem; - margin: 0.5rem 0 0 0; -}
\ No newline at end of file |