Tinified versions, added to CSS

This commit is contained in:
Gwyneth Llewelyn
2024-09-15 10:54:37 +01:00
parent 5492d9ca00
commit 8c28d3d6ef
5 changed files with 8 additions and 4 deletions
+8 -4
View File
@@ -10857,24 +10857,28 @@ a:focus {
}
.bg-login-image {
background: url("https://source.unsplash.com/K4mSJ7kc0As/600x800");
/*background: url("https://source.unsplash.com/K4mSJ7kc0As/600x800");*/
background: url("/assets/images/Login.png");
background-position: center;
background-size: cover;
}
.bg-register-image {
background: url("https://source.unsplash.com/Mv9hjnEUHR4/600x800");
/* 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("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("https://source.unsplash.com/mAP861GvH6k/600x800"); */
background: url("/assets/images/Cange Password.png");
background-position: center;
background-size: cover;
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 590 KiB

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 790 KiB

After

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 770 KiB

After

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 804 KiB

After

Width:  |  Height:  |  Size: 201 KiB