35170-vm/assets/css/custom.css
Flatlogic Bot 9a00d79244 גרסה 1
2025-10-24 08:37:00 +00:00

54 lines
924 B
CSS

body {
font-family: 'Heebo', sans-serif;
background-color: #F8FAFC;
}
.navbar-brand {
font-weight: 700;
font-size: 1.5rem;
}
.btn-primary {
background-color: #1D4ED8;
border-color: #1D4ED8;
}
.btn-primary:hover {
background-color: #1E40AF;
border-color: #1E40AF;
}
.btn-secondary {
background-color: #F97316;
border-color: #F97316;
}
.btn-secondary:hover {
background-color: #EA580C;
border-color: #EA580C;
}
.card {
border-radius: 0.5rem;
border: 1px solid #e2e8f0;
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.05), 0 1px 2px -1px rgb(0 0 0 / 0.05);
}
.form-control, .form-select {
border-radius: 0.5rem;
}
.form-control:focus, .form-select:focus {
border-color: #1D4ED8;
box-shadow: 0 0 0 0.25rem rgba(29, 78, 216, 0.25);
}
.table {
vertical-align: middle;
}
.duration-input-group {
direction: ltr;
}
.toast-container {
z-index: 1080;
}