HallOfFame.styles.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* _content/HallOfFame/Views/Shared/_Layout.cshtml.rz.scp.css */
  2. /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
  3. for details on configuring this project to bundle and minify static web assets. */
  4. a.navbar-brand[b-bq5v99tkxd] {
  5. white-space: normal;
  6. text-align: center;
  7. word-break: break-all;
  8. }
  9. a[b-bq5v99tkxd] {
  10. color: #0077cc;
  11. }
  12. .btn-primary[b-bq5v99tkxd] {
  13. color: #fff;
  14. background-color: #1b6ec2;
  15. border-color: #1861ac;
  16. }
  17. .nav-pills .nav-link.active[b-bq5v99tkxd], .nav-pills .show > .nav-link[b-bq5v99tkxd] {
  18. color: #fff;
  19. background-color: #1b6ec2;
  20. border-color: #1861ac;
  21. }
  22. .border-top[b-bq5v99tkxd] {
  23. border-top: 1px solid #e5e5e5;
  24. }
  25. .border-bottom[b-bq5v99tkxd] {
  26. border-bottom: 1px solid #e5e5e5;
  27. }
  28. .box-shadow[b-bq5v99tkxd] {
  29. box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
  30. }
  31. button.accept-policy[b-bq5v99tkxd] {
  32. font-size: 1rem;
  33. line-height: inherit;
  34. }
  35. .footer[b-bq5v99tkxd] {
  36. position: absolute;
  37. bottom: 0;
  38. width: 100%;
  39. white-space: nowrap;
  40. line-height: 60px;
  41. }