This commit is contained in:
KONE SOREL 2026-04-04 09:43:48 +00:00
parent 2fd02788b8
commit caed328567

View File

@ -56,6 +56,6 @@
/* Animation au focus */ /* Animation au focus */
.form-control:focus { .form-control:focus {
border-color: #212e53 !important; border-color: #212e53 !important;
box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.15) !important; box-shadow: none;
} }
</style> </style>