Portail style modifié
This commit is contained in:
parent
c607cb0a01
commit
5b987f6ea9
|
|
@ -46,7 +46,6 @@
|
|||
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.14/dist/css/bootstrap-select.min.css">
|
||||
|
||||
<link href="Bootstrap_new/css/style_new.css?ver=2025.12.13.02" rel="stylesheet">
|
||||
|
||||
<title><?= $titre ?></title>
|
||||
|
||||
|
|
@ -339,6 +338,18 @@
|
|||
left: 0%;
|
||||
}
|
||||
}
|
||||
|
||||
/*Spinner responsive*/
|
||||
.spinner-responsive {
|
||||
padding-top: 20px;
|
||||
text-align: center;
|
||||
color: #7d4ffe;
|
||||
}
|
||||
|
||||
.spinner-responsive i {
|
||||
font-size: clamp(2rem, 8vw, 5rem) !important;
|
||||
animation: fa-spin 2s infinite linear;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
|
|
@ -553,7 +564,7 @@
|
|||
}
|
||||
indicators();
|
||||
}
|
||||
|
||||
|
||||
// Contrôle de l'affichage du footer selon le focus du mot de passe
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user