| 123456789101112131415161718192021 |
- @use '@growi/core/scss/bootstrap/init' as bs;
- .grw-mr-02em {
- margin-right: 0.2em;
- }
- .grw-page-path-nav-sticky :global {
- min-height: 75px;
- .sticky-inner-wrapper {
- z-index: bs.$zindex-sticky;
- }
- // set smaller font-size when sticky
- .sticky-inner-wrapper.active {
- h1 {
- font-size: 1.75rem !important;
- }
- }
- }
|