_Layout.cshtml.css 877 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* Please see documentation at https://learn.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. a {
  9. color: #0077cc;
  10. }
  11. .btn-primary {
  12. color: #fff;
  13. background-color: #1b6ec2;
  14. border-color: #1861ac;
  15. }
  16. .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  17. color: #fff;
  18. background-color: #1b6ec2;
  19. border-color: #1861ac;
  20. }
  21. .border-top {
  22. border-top: 1px solid #e5e5e5;
  23. }
  24. .border-bottom {
  25. border-bottom: 1px solid #e5e5e5;
  26. }
  27. .box-shadow {
  28. box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
  29. }
  30. button.accept-policy {
  31. font-size: 1rem;
  32. line-height: inherit;
  33. }
  34. .footer {
  35. position: absolute;
  36. bottom: 0;
  37. width: 100%;
  38. white-space: nowrap;
  39. line-height: 60px;
  40. }