edit MAT-28 page
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 109 KiB |
@@ -4,10 +4,13 @@
|
|||||||
|
|
||||||
<!-- <h6 class="text-center">Pautan Zoom</h6> -->
|
<!-- <h6 class="text-center">Pautan Zoom</h6> -->
|
||||||
<div>
|
<div>
|
||||||
<img :src="imageUrl" alt="background-img" class="background-img" @click="navigateToURL" />
|
<img :src="imageUrl" alt="background-img" class="background-img" @click="navigateToURL" />
|
||||||
<!-- logoImage.src = window.location.origin + '/images/login-admin.jpeg?' + new Date().getTime(); -->
|
|
||||||
|
|
||||||
</div><hr>
|
</div>
|
||||||
|
<hr>
|
||||||
|
<div class="mt-2 text-muted text-center" style="font-weight: bold;">
|
||||||
|
Tekan pada gambar untuk ke <span style="color: #007bff;">Linktree</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- <div class="right-button">
|
<!-- <div class="right-button">
|
||||||
<button class="btn btn-info right-button">Lampiran Dokumen MAT ke-27/2023 >></button>
|
<button class="btn btn-info right-button">Lampiran Dokumen MAT ke-27/2023 >></button>
|
||||||
@@ -20,7 +23,6 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
import myImage from '/images/banner-mat28.jpg';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
||||||
@@ -49,7 +51,7 @@ export default {
|
|||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
imageUrl: myImage
|
imageUrl: '/images/linktree-kopkb.jpg'
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -68,16 +70,18 @@ export default {
|
|||||||
/* Ensure the image does not exceed container dimensions */
|
/* Ensure the image does not exceed container dimensions */
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 80vh;
|
max-height: 80vh;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
/* transform: translate(-50%, -50%); */
|
|
||||||
|
/* transform: translate(-50%, -50%); */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.right-button {
|
.right-button {
|
||||||
|
|
||||||
border-color: rgb(14, 14, 15);
|
border-color: rgb(14, 14, 15);
|
||||||
text-align: left; /* Align button content to the left */
|
text-align: left;
|
||||||
|
/* Align button content to the left */
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user