39 lines
512 B
CSS
39 lines
512 B
CSS
/* assets/css/custom.css */
|
|
body {
|
|
background-color: #f8f9fa;
|
|
}
|
|
|
|
.navbar-brand {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.card-header {
|
|
font-weight: 500;
|
|
}
|
|
|
|
.empty-state {
|
|
text-align: center;
|
|
padding: 4rem 2rem;
|
|
background-color: #fff;
|
|
border-radius: 0.5rem;
|
|
border: 1px dashed #ced4da;
|
|
}
|
|
|
|
.empty-state i {
|
|
font-size: 3rem;
|
|
color: #adb5bd;
|
|
}
|
|
|
|
.empty-state h5 {
|
|
margin-top: 1.5rem;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.empty-state p {
|
|
color: #6c757d;
|
|
}
|
|
|
|
.toast-container {
|
|
z-index: 1090;
|
|
}
|