main.css 826 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. body {
  2. display: flex;
  3. min-height: 100vh;
  4. flex-direction: column;
  5. background-color: #ECEFF1;
  6. }
  7. .main-content {
  8. flex: 1;
  9. background-color: white;
  10. }
  11. .hero {
  12. background-color: #455A64!important;
  13. text-align: center;
  14. }
  15. .hero-body {
  16. padding: 1.5rem;
  17. }
  18. .hero .hero-body .container .title,
  19. .hero .hero-body .container .subtitle {
  20. color: white;
  21. }
  22. tr {
  23. page-break-inside: avoid !important;
  24. }
  25. footer .title.is-3 {
  26. font-size: 1.5rem;
  27. letter-spacing: 0.05rem;
  28. margin-bottom: 1rem;
  29. }
  30. footer.footer {
  31. background-color: transparent;
  32. color: #37474F;
  33. padding: 1rem;
  34. bottom: 0px;
  35. }
  36. footer img {
  37. margin-bottom: -4px;
  38. }
  39. footer li {
  40. display: inline;
  41. margin: 0 1rem;
  42. }
  43. ul.contact-information {
  44. list-style: none;
  45. }
  46. ul.contact-information a {
  47. color: #37474F;
  48. }
  49. .svg-inline--fa {
  50. width: .875em;
  51. }