36766-vm/assets/css/custom.css
Flatlogic Bot 6c14b2436f 2.0
2025-12-18 09:40:37 +00:00

23 lines
313 B
CSS

body {
background-color: #f8f9fa;
}
.navbar {
box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.card {
border-radius: 0.375rem;
box-shadow: 0 4px 6px rgba(0,0,0,.05);
}
.btn-primary {
background-color: #0d6efd;
border: none;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
}