35491-vm/assets/css/custom.css
Flatlogic Bot 391fd84e69 hayu
2025-11-05 07:56:23 +00:00

27 lines
479 B
CSS

body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.btn-success {
background-color: #28a745;
border-color: #28a745;
}
.btn-success:hover {
background-color: #218838;
border-color: #1e7e34;
}
.text-success {
color: #28a745 !important;
}
.card {
transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.card:hover {
transform: translateY(-5px);
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}