first commit
This commit is contained in:
28
public/css/ulasanAdmin.css
Normal file
28
public/css/ulasanAdmin.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user