You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.3 KiB

2 years ago
  1. /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
  2. for details on configuring this project to bundle and minify static web assets. */
  3. a.navbar-brand {
  4. white-space: normal;
  5. text-align: center;
  6. word-break: break-all;
  7. }
  8. /* Provide sufficient contrast against white background */
  9. a {
  10. color: #0366d6;
  11. }
  12. .btn-primary {
  13. color: #fff;
  14. background-color: #1b6ec2;
  15. border-color: #1861ac;
  16. }
  17. .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  18. color: #fff;
  19. background-color: #1b6ec2;
  20. border-color: #1861ac;
  21. }
  22. /* Sticky footer styles
  23. -------------------------------------------------- */
  24. html {
  25. font-size: 14px;
  26. }
  27. @media (min-width: 768px) {
  28. html {
  29. font-size: 16px;
  30. }
  31. }
  32. .border-top {
  33. border-top: 1px solid #e5e5e5;
  34. }
  35. .border-bottom {
  36. border-bottom: 1px solid #e5e5e5;
  37. }
  38. .box-shadow {
  39. box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
  40. }
  41. button.accept-policy {
  42. font-size: 1rem;
  43. line-height: inherit;
  44. }
  45. /* Sticky footer styles
  46. -------------------------------------------------- */
  47. html {
  48. position: relative;
  49. min-height: 100%;
  50. }
  51. body {
  52. /* Margin bottom by footer height */
  53. margin-bottom: 60px;
  54. }
  55. .footer {
  56. position: absolute;
  57. bottom: 0;
  58. width: 100%;
  59. white-space: nowrap;
  60. line-height: 60px; /* Vertically center the text there */
  61. }