add: create button style for Google Play badge

This commit is contained in:
Kevin Peng
2025-04-21 13:03:33 +08:00
parent 8fa1562266
commit 4185da711a

View File

@@ -1033,3 +1033,16 @@
font-size: 0.8rem;
}
}
.btngogoleplay {
color: white;
border-radius: 5px;
padding: 0; /* Remove padding to maintain aspect ratio */
text-decoration: none;
background-image: url('https://assets.openterface.com/images/appstore/GetItOnGooglePlay_Badge_Web_color_English.png');
background-size: cover;
background-position: center;
display: inline-block;
width: 100%; /* Set a base width */
aspect-ratio: 3 / 1; /* Maintain the aspect ratio */
}