CI: remove commented out CSS to comply with QA

This commit is contained in:
Gwyneth Llewelyn
2025-10-24 17:57:43 +01:00
parent dc0c814e2f
commit f930b7dcbe
-3
View File
@@ -10864,20 +10864,17 @@ a:focus {
}
.bg-register-image {
/* background: url("https://source.unsplash.com/Mv9hjnEUHR4/600x800"); */
background: url("/assets/images/Login.png");
background-position: center;
background-size: cover;
}
.bg-password-image {
/* background: url("https://source.unsplash.com/oWTW-jNGl9I/600x800"); */
background: url("/assets/images/Password.png");
background-position: center;
background-size: cover;
}
.bg-change-password-image {
/* background: url("https://source.unsplash.com/mAP861GvH6k/600x800"); */
background: url("/assets/images/Change-Password.png");
background-position: center;
background-size: cover;