diff --git a/src/pagescss/Login.css b/src/pagescss/Login.css deleted file mode 100644 index 7f0be44..0000000 --- a/src/pagescss/Login.css +++ /dev/null @@ -1,42 +0,0 @@ -#login-page { - font-family: Candara; - background-image: url("/src/assets/logo_light.png"); - background-color: rgb(0, 0, 0); - /* background-blend-mode: multiply; */ - background-position: center; - background-size: cover; - background-repeat: no-repeat; - color: #ffffff; -} - -.col { - opacity: 0.6; -} - -p { - font-size: 25px; - text-align: center; -} - -.btn { - width: 300px; - height: 50px; - font-size: 25px; - transition: 0.3s; -} - -.btn:hover { - transform: scale(1.1); -} - -@media screen and (max-width: 576px) { - - p { - font-size: min(10vw, 25px); - } - - .btn { - font-size: min(10vw, 18px); - width: 30vh; - } -} \ No newline at end of file