change background format kad

This commit is contained in:
hayatie
2025-12-09 12:00:38 +08:00
parent 32a4cc9221
commit 90177859aa
2 changed files with 3 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1010 KiB

@@ -390,7 +390,8 @@ export default {
color: whitesmoke; color: whitesmoke;
cursor: pointer; cursor: pointer;
transition: transform 0.25s ease, box-shadow 0.25s ease; transition: transform 0.25s ease, box-shadow 0.25s ease;
background-image: url('/images/kad_bg.jpeg'); background-image: url('/images/kad_bg.png');
background-size: 80%;
background-size: cover; background-size: cover;
background-position: center; background-position: center;
} }
@@ -403,6 +404,7 @@ export default {
} }
} }
.kad-logo { .kad-logo {
position: absolute; position: absolute;
/* place inside kad-anggota */ /* place inside kad-anggota */