| 123456789101112131415161718192021222324252627282930313233343536373839 |
- @import 'layout';
- .growi {
- .content-main {
- padding: 0;
- }
- .not-site-url {
- }
- .top-of-table-contents {
- line-height: 1.25;
- border-bottom: 1px solid transparent;
- .user-list-content {
- direction: rtl;
- .liker-user-count,
- .seen-user-count {
- font-size: 12px;
- font-weight: bolder;
- }
- }
- .cls-1 {
- isolation: isolate;
- }
- }
- .revision-toc {
- position: sticky;
- // growisubnavigation + grw-navbar-boder
- top: calc(100px + 4px);
- min-width: 100%;
- margin-top: 5px;
- .revision-toc-content {
- padding: 0;
- }
- }
- }
|