first commit

This commit is contained in:
2026-05-22 20:46:29 +08:00
commit b04f87f2b0
121 changed files with 14851 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
.ulasan-hover-effect {
transition: all 0.2s ease-in-out;
}
.ulasan-hover-effect:hover {
transform: translateY(-3px);
background-color: #fdfdfd !important;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}
@media print {
.d-print-none {
display: none !important;
}
.col-6 {
width: 100% !important;
}
.card {
break-inside: avoid;
border: 1px solid #eee !important;
}
body {
background: white !important;
}
}