style.css 398 B

12345678910111213141516171819202122232425262728293031
  1. body {
  2. padding-top: 20px;
  3. padding-bottom: 20px;
  4. background-color: #f8f9fa;
  5. }
  6. .navbar {
  7. margin-bottom: 20px;
  8. }
  9. .card {
  10. box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  11. }
  12. .card-header {
  13. font-weight: 500;
  14. }
  15. .table th {
  16. white-space: nowrap;
  17. }
  18. .badge {
  19. font-weight: normal;
  20. }
  21. pre {
  22. background-color: #f8f9fa;
  23. padding: 1rem;
  24. border-radius: 0.25rem;
  25. }