Site :
- Fix 42 to real logo
This commit is contained in:
BIN
docker-compose/requirements/nginx/static/img/homePage/42logo.png
Normal file
BIN
docker-compose/requirements/nginx/static/img/homePage/42logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.0 KiB |
@ -6,7 +6,7 @@
|
||||
/* By: madegryc <madegryc@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/08/07 12:00:55 by edbernar #+# #+# */
|
||||
/* Updated: 2024/09/24 15:16:08 by madegryc ### ########.fr */
|
||||
/* Updated: 2024/10/01 17:17:24 by madegryc ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -224,7 +224,6 @@ button {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
.login-btn {
|
||||
background-color: #fff;
|
||||
margin-bottom: 20px;
|
||||
@ -290,9 +289,10 @@ button {
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
|
||||
.login-42-btn span {
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
#logo-ft {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.login-42-btn:hover {
|
||||
|
@ -18,6 +18,7 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
backdrop-filter: blur(5px);
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 700;
|
||||
|
Reference in New Issue
Block a user