Удалить 'src/pagescss/Login.css'

This commit is contained in:
Milana Ievlewa 2023-12-24 02:15:40 +04:00
parent 3e10eea21d
commit 303928a95c

View File

@ -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;
}
}