Remove unused css

This commit is contained in:
MathiasDPX 2024-10-19 14:34:09 +02:00 committed by GitHub
parent 005d58ffd1
commit 491454b995
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,17 +60,6 @@ p {
border-radius: 10px;
}
.custom-marker {
background-color: #444cf7;
border: 2px solid #fff;
border-radius: 50%;
width: 15px;
height: 15px;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
/* 444cf7 */
.container_titrePlanning,
.container_infoFilm {
margin-left: 10%;
@ -190,10 +179,6 @@ p {
flex-grow: 0;
}
.horaire_container {
background-color: white;
}
.seance_container {
margin-right: 10%;
margin-left: 10%;
@ -276,41 +261,6 @@ a {
color: black;
}
#loader {
min-width: 100vw;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
#loader div.box {
width: 3rem;
height: 3rem;
position: relative;
margin: 0 1rem 0 1rem;
}
#loader div.box::after {
content: "";
position: absolute;
background: #444cf7;
height: 3rem;
;
width: 3rem;
border-radius: 50%;
animation: move 1s ease alternate infinite;
opacity: 0;
}
#loader div.box:nth-child(2)::after {
animation-delay: 0.25s;
}
#loader div.box:nth-child(3)::after {
animation-delay: 0.5s;
}
@keyframes move {
0% {
bottom: -1.5rem;
@ -516,4 +466,4 @@ html {
width: 40px;
height: 50px;
}
}
}