Tombol Kembali

This commit is contained in:
TalithaSyakirah
2026-06-09 18:00:05 +07:00
parent e8b2a2d680
commit 5f46dd371c
5 changed files with 85 additions and 7 deletions
+20
View File
@@ -1609,4 +1609,24 @@ button:hover,
padding: 9px 15px !important;
font-size: 14px !important;
}
}
.btn-back-home {
background: rgba(255, 255, 255, 0.18) !important;
color: #ffffff !important;
border: 1px solid rgba(255, 255, 255, 0.35);
text-decoration: none;
border-radius: 12px;
padding: 10px 14px;
font-size: 13px;
font-weight: 700;
display: inline-flex;
align-items: center;
justify-content: center;
white-space: nowrap;
}
.btn-back-home:hover {
background: #ffffff !important;
color: #0d6efd !important;
}