22 lines
305 B
CSS
22 lines
305 B
CSS
body {
|
|
background-color: #F8F9FA;
|
|
}
|
|
|
|
.navbar-brand {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.form-control:focus {
|
|
border-color: #0D6EFD;
|
|
box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
}
|
|
|
|
.btn-primary {
|
|
background-color: #0D6EFD;
|
|
border-color: #0D6EFD;
|
|
}
|
|
|
|
.toast {
|
|
border-radius: 0.5rem;
|
|
}
|