site.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. /* Sticky footer styles
  9. -------------------------------------------------- */
  10. html {
  11. font-size: 14px;
  12. }
  13. @media (min-width: 768px) {
  14. html {
  15. font-size: 16px;
  16. }
  17. }
  18. .border-top {
  19. border-top: 1px solid #e5e5e5;
  20. }
  21. .border-bottom {
  22. border-bottom: 1px solid #e5e5e5;
  23. }
  24. .box-shadow {
  25. box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
  26. }
  27. button.accept-policy {
  28. font-size: 1rem;
  29. line-height: inherit;
  30. }
  31. /* Sticky footer styles
  32. -------------------------------------------------- */
  33. html {
  34. position: relative;
  35. min-height: 100%;
  36. }
  37. body {
  38. /* Margin bottom by footer height */
  39. margin-bottom: 60px;
  40. }
  41. .footer {
  42. position: absolute;
  43. bottom: 0;
  44. width: 100%;
  45. white-space: nowrap;
  46. /* Set the fixed height of the footer here */
  47. height: 60px;
  48. line-height: 60px; /* Vertically center the text there */
  49. }