| 1234567891011121314151617181920212223242526272829 |
- @use '@growi/core/scss/bootstrap/init' as bs;
- @use '@growi/ui/scss/atoms/btn-muted';
- .grw-mx-02em {
- margin-right: 0.2em;
- margin-left: 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;
- }
- }
- }
- .grw-page-path-nav :global {
- .btn-copy {
- @include btn-muted.colorize(bs.$orange);
- }
- }
|