navbars.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. body {
  2. padding-bottom: 20px;
  3. }
  4. .navbar {
  5. margin-bottom: 20px;
  6. }
  7. .bd-placeholder-img {
  8. font-size: 1.125rem;
  9. text-anchor: middle;
  10. -webkit-user-select: none;
  11. -moz-user-select: none;
  12. user-select: none;
  13. }
  14. @media (min-width: 768px) {
  15. .bd-placeholder-img-lg {
  16. font-size: 3.5rem;
  17. }
  18. }
  19. .b-example-divider {
  20. height: 3rem;
  21. background-color: rgba(0, 0, 0, .1);
  22. border: solid rgba(0, 0, 0, .15);
  23. border-width: 1px 0;
  24. box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  25. }
  26. .b-example-vr {
  27. flex-shrink: 0;
  28. width: 1.5rem;
  29. height: 100vh;
  30. }
  31. .bi {
  32. vertical-align: -.125em;
  33. fill: currentColor;
  34. }
  35. .nav-scroller {
  36. position: relative;
  37. z-index: 2;
  38. height: 2.75rem;
  39. overflow-y: hidden;
  40. }
  41. .nav-scroller .nav {
  42. display: flex;
  43. flex-wrap: nowrap;
  44. padding-bottom: 1rem;
  45. margin-top: -1px;
  46. overflow-x: auto;
  47. text-align: center;
  48. white-space: nowrap;
  49. -webkit-overflow-scrolling: touch;
  50. }