PagePathNav.module.scss 339 B

123456789101112131415161718192021
  1. @use '@growi/core/scss/bootstrap/init' as bs;
  2. .grw-mr-02em {
  3. margin-right: 0.2em;
  4. }
  5. .grw-page-path-nav-sticky :global {
  6. min-height: 75px;
  7. .sticky-inner-wrapper {
  8. z-index: bs.$zindex-sticky;
  9. }
  10. // set smaller font-size when sticky
  11. .sticky-inner-wrapper.active {
  12. h1 {
  13. font-size: 1.75rem !important;
  14. }
  15. }
  16. }